0b887ced70
Converted Interner to work with Rc-s
...
- Interner no longer contains unsafe code
- Tokens now hold a reference to the value they represent directly
This will enable many future improvements
2023-08-19 14:03:05 +01:00
9186bce956
Import and export improved
...
- Import paths are now vname and not sym
- Imports and exports accept multiple space-delimited operators in []
as a result, we can now reliably import and export the operator *
- error reporting ergonomics
2023-08-18 21:10:29 +01:00
3fdabc29da
Most files suffered major changes
...
- Less ambiguous syntax
- Better parser (Chumsky only does tokenization now)
- Tidy(|ier) error handling
- Facade for simplified embedding
- External code grouped in (fairly) self-contained Systems
- Dynamic action dispatch
- Many STL additions
2023-08-18 12:57:41 +01:00
cce4b8f11c
Various Improvements
...
- removed many panics from the pipeline
- extracted project and const tree to representations
- extended STL list support
- improved loops
2023-06-28 22:29:58 +01:00
79e28883db
Removed a copious amount of premature Rc-s
2023-06-18 04:22:20 +01:00
bc2714aad8
Preparation for sharing
...
- rustfmt
- clippy
- comments
- README
2023-05-25 19:14:24 +01:00
a604e40bad
bug fixes and performance improvements
2023-05-07 22:35:38 +01:00