Switch to vlvesic/ProgramCompilers1/June2018 in order to see final project
Modern compiler implementation in Java, done as a project on faculty. This includes 4 parts:
- Lexical Analysis
- Syntax Analysis
- Semnatic Analysis
- Code generation
Details of all things that are implemented are located here
(Note: Not all things are implemented, but most things from A and B part, and some from C)
Running of lexer generator, parser generator and DisASM is located here
All code is in branch ModernJavaCompiler