Skip to content

Latest commit

 

History

History
executable file
·
10 lines (9 loc) · 609 Bytes

TODO.md

File metadata and controls

executable file
·
10 lines (9 loc) · 609 Bytes

Todo list

  • Fix all memory leaks
  • Write element tests
  • Get AST node structure working (parser.h)
  • Write the beginnings of a parser
  • Implement some simple modifiers
  • Get some basic functionality in the compiler with the LLVM C API (useful links I've found here, here, and here for when we get to that point)