Commit Graph

9 Commits

Author SHA1 Message Date
7396078304 Added directfs
Added a very rudimentary file I/O system suitable for experimenting
with the language further. A better one will be designed when we have
sensible error management.
2023-09-17 16:37:39 +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
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
3c63cae242 transfer commit 2023-02-03 14:40:34 +00:00
891d78c112 Rule execution now runs, no tests tho 2022-08-19 12:55:02 +02:00
2b55fae10d redid the parser, patched up the project too. 2022-07-03 18:01:40 +02:00
ec1734e113 Difficult ownership questions 2022-05-30 05:21:00 +02:00
85ffaedcea Bunch of improvements 2022-05-27 22:20:09 +02:00