Conlang/compiler
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
..
cl-ast conlang: Add constructor expression for structs! 2024-04-20 15:02:16 -05:00
cl-interpret conlang: Add constructor expression for structs! 2024-04-20 15:02:16 -05:00
cl-lexer conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00
cl-parser conlang: Add constructor expression for structs! 2024-04-20 15:02:16 -05:00
cl-repl conlang: Add constructor expression for structs! 2024-04-20 15:02:16 -05:00
cl-structures conlang: Move all cl-libs into the compiler directory 2024-04-19 07:39:23 -05:00
cl-token conlang: Import items into scope with use! 2024-04-20 14:51:54 -05:00
cl-typeck conlang: Import items into scope with use! 2024-04-20 14:51:54 -05:00