You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Compiler which compiles Java-like code into Java Byte code.
The compiler is build on top of: Lexer, Parser, Name analysis, Type-Checker and Code generator.