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
751a02a1ec
Basic string and binary processing
...
- strings are now made of graphemes
- char is no longer a literal type
- preliminary binary support
- added implicit extraction methods for primitives
- added explicit extraction method for atoms
Nothing has been tested yet
2023-07-02 23:56:54 +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
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
e99ade92ba
Cleanup #1
...
- Removed notes
- Removed superfluous uses of `where`
2023-05-23 18:39:45 +01:00
a604e40bad
bug fixes and performance improvements
2023-05-07 22:35:38 +01:00
f3ce910f66
Transfer commit
2023-03-21 19:36:40 +00:00
180ebb56fa
Working example
2023-03-10 13:58:16 +00: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
3557107248
salad commit
2022-12-01 21:37:44 +00:00
6900d1213a
executor, mostly
2022-11-07 15:15:38 +00:00
778c87db77
backup commit
2022-10-24 03:16:04 +01:00
1913de0c8b
Localname-only placeholders added
...
Better syntax should be identified for them
Also fixed some pretty stupid logic errors. In dire need of exact
terminology to streamline my thoughts.
2022-08-21 00:51:14 +02:00
891d78c112
Rule execution now runs, no tests tho
2022-08-19 12:55:02 +02:00
329dea72b7
Mainly worked on the rule matcher
...
Also fixed the name collector, and lambda parameters are no longer
resolved at parsing to support planned macro-based pattern matching.
The rule matcher clones a lot, the number of clones could be zero.
2022-08-06 18:12:51 +02:00
ec7ad81fac
A lot of stuff I'm not gonna enumerate
...
rule fundamentals
2022-07-06 20:13:13 +02:00
2b55fae10d
redid the parser, patched up the project too.
2022-07-03 18:01:40 +02:00
6fb4b581b1
Changed most everything
2022-06-20 12:47:20 +01:00
ec1734e113
Difficult ownership questions
2022-05-30 05:21:00 +02:00