Conlang/compiler/cl-interpret
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
..
examples conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00
src conlang: Add constructor expression for structs! 2024-04-20 15:02:16 -05:00
Cargo.toml conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00