Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 231 Bytes

TODOS.md

File metadata and controls

7 lines (6 loc) · 231 Bytes

TODOS

  • implement parse_expression; // Done
  • implement parse_expression helper functions(currently about 8), such as parse_if_else // Done
  • A way to handle EOF token while parsing. // Done
  • Create an 'stdlib' // otw