Conlang/libconlang
John feb5cc5dd0 AST: Refactor binary operations, fix Walk trait
- Unified math operations into a single self-referential enum
- Walk now visits the children of a node, rather than the node itself
  - The old behavior was super confusing, and led to numerous stack overflows.
2023-10-21 12:24:52 -05:00
..
examples AST: Refactor binary operations, fix Walk trait 2023-10-21 12:24:52 -05:00
src AST: Refactor binary operations, fix Walk trait 2023-10-21 12:24:52 -05:00
.gitignore Initial Commit 2023-09-21 15:41:12 -05:00
Cargo.toml constr: Misuse iterators to parse tokens 2023-10-20 15:33:02 -05:00