Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 217 Bytes

File metadata and controls

5 lines (5 loc) · 217 Bytes

minijavac

MiniJava Compiler - C++

  • uses hardcoded lexer instead of LEX and other tools
  • uses recursive descending parser instead of LL(k), LR(k), LALR
  • generates C++ code without intermediate AST representation