Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 239 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 239 Bytes

Compiler for the LINFO2132 course

What this repository contains:

  • handwritten lexer and recursive descent parser
  • Visitor pattern for semantic analysis and code generation targeting JVM
  • A lot of hours debugging
  • Graded: 18.74/20