Commit Graph

17 Commits

Author SHA1 Message Date
f77e4fd90a October commit
- custom parser support and infra
- type-tagging and traits (untested)
- match expressions
2023-10-24 22:17:37 +01:00
cb395da894 Fixed a tricky type erasure bug in the scheduler 2023-10-12 14:47:12 +01:00
af3e9f67fa Fixed float parsing and improved printing 2023-10-11 20:32:04 +01:00
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
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
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
79e28883db Removed a copious amount of premature Rc-s 2023-06-18 04:22:20 +01:00
aebbf51228 STL rework
- fixed lots of bugs
- overlay libraries work correctly and reliably
- the STL is an overlay library
- examples updated
2023-06-17 21:12:29 +01:00
6f5a9d05dd Completed docs, added icon 2023-05-28 17:24:56 +01:00
fdf18e6ff8 Public API and docs 2023-05-26 15:23:15 +01:00
bc2714aad8 Preparation for sharing
- rustfmt
- clippy
- comments
- README
2023-05-25 19:14:24 +01:00
330ddbe399 pre-recording backup 2023-05-17 03:49:26 +01:00
a604e40bad bug fixes and performance improvements 2023-05-07 22:35:38 +01:00
b9d47c3181 Dead end with macros 2023-03-05 19:55:38 +00:00
3c63cae242 transfer commit 2023-02-03 14:40:34 +00:00
778c87db77 backup commit 2022-10-24 03:16:04 +01:00
891d78c112 Rule execution now runs, no tests tho 2022-08-19 12:55:02 +02:00