sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Implement compilation to JVM #3

Closed sergiotaborda closed 8 years ago

sergiotaborda commented 9 years ago

Implement a compilation to .class and .jar files

Start with transpiration to java source code and apply java compiler

sergiotaborda commented 8 years ago

for now this the implementation is really very simple. The AST is translated to erased java 8 source code that is then compiler using the compiler API (as the lense compiler is also in java).

Future improvements must include migration to direct byte code generation