Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jb4go

Java Bytecode to Go Transpiler

FAQ

Why Java Bytecode and not the Source?

Java bytecode is rigid and well define while java source code uses the compiler to add syntactic sugar. Also, many languages compile to java bytecode so this transpiler will also work for any language that can produce java bytecode.

Resources

I am not an expert on compilers or transpilers and I only have a basic understanding of java bytecode. I used the following resources to learn and base this implementation on.

  1. https://www.mirkosertic.de/blog/2017/06/compiling-bytecode-to-javascript/
  2. https://tomassetti.me/how-to-write-a-transpiler/
  3. https://en.wikipedia.org/wiki/Java_bytecode_instruction_listings
  4. https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html

About

Java Bytecode to Go Transpiler

Resources

Stars

22 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages