Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 774 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 774 Bytes

ModernCompilerImplementation

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:

  1. Lexical Analysis
  2. Syntax Analysis
  3. Semnatic Analysis
  4. 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