Conlang/libconlang/examples
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
..
identify_tokens.rs examples/identify_tokens.rs: Overhaul user experience 2023-10-16 22:26:32 -05:00
parse_input.rs AST: Refactor binary operations, fix Walk trait 2023-10-21 12:24:52 -05:00