Conlang/compiler/cl-interpret/src
John 5341631781 conlang: Add constructor expression for structs!
grammar:
- Add new rules `PathLike`, `Structor`, `Fielder`
- Replace Path with PathLike in Primary expressions

cl-ast:
- Add nodes for Structor and Fielder

cl-parser:
- Add branch to path-expression parsing
- Parse Structor bodies

interpret:
- Add TODO
2024-04-20 15:02:16 -05:00
..
builtin.rs cl-interpret: Give the interpreter a little love 2024-04-19 10:49:25 -05:00
interpret.rs conlang: Add constructor expression for structs! 2024-04-20 15:02:16 -05:00
lib.rs cl-interpret: Give the interpreter a little love 2024-04-19 10:49:25 -05:00
tests.rs conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00