Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 185 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 185 Bytes

Toy-Compiler

Front end of a Toy Compiler for a language L yet to be defined.

Compiler status:

  • Parser for regular expressions: done.
  • Lexer for L: TODO.
  • Parser for L: TODO.