Commit Graph

13 Commits

Author SHA1 Message Date
8c866967a9 The pipeline is finally reasonably clean 2023-09-12 01:26:46 +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
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
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
778c87db77 backup commit 2022-10-24 03:16:04 +01:00
f506f0f1ab Final fixes 2022-08-19 17:21:05 +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
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