October commit

- custom parser support and infra
- type-tagging and traits (untested)
- match expressions
This commit is contained in:
2023-10-24 22:17:37 +01:00
parent c961506a3a
commit f77e4fd90a
73 changed files with 1904 additions and 558 deletions

View File

@@ -12,7 +12,7 @@ pub mod facade;
pub mod foreign;
pub mod interner;
pub mod interpreter;
mod parse;
pub mod parse;
pub mod pipeline;
mod representations;
pub mod rule;