Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 457 Bytes

TODO.md

File metadata and controls

10 lines (8 loc) · 457 Bytes

Todo List

List count: 5

  • Separate the class declarations in include/Regen/AST.h.
  • Separate the method definitions in src/AST.cpp.
  • Implement a AST class that wraps the root pointer.
  • Implement std::hash support for the previously-mentioned AST class.
  • Unit test the current state of the project by comparing pre-computed hashes.
  • Manually test the exception handling system using the makeshift main fuzzer.