Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 159 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 159 Bytes

Langtwo

Toy compiler project implementing a fictional C-like language. Features:

  • tokenizer
  • hand rolled recursive descent parser
  • interpreter
  • vm
  • IR