Skip to content

Milestones

List view

  • Create the Abstract Syntax Tree (AST) using recursive descent. Why Recursive Descent? ------------------------- * I don't know any other ones.

    No due date
  • * Setup autotesting (must design framework) * Learn how to call CMake from Github Actions * Setup linter to read `//pyproject.toml`

    No due date
    1/2 issues closed
  • Optimizations =========== * Robinhood Hash * Instead of recording how far an entry is from its "home square", at each home square, you could store the offset to the first entry belonging to that square (and possibly the last).

    No due date