summary refs log tree commit diff stats
path: root/tests/basic_match.rs
AgeCommit message (Collapse)Author
2022-10-30Implement parserSoniEx2
2022-10-04Initial VM workSoniEx2
2022-08-06Fix predicatesSoniEx2
2022-07-30Initial work on 0.1.0SoniEx2
Missing the VM.
2021-02-13Complete the VM, for the most partSoniEx2
Some things are still untested. Needs more tests.
2021-02-11Partially implement VMSoniEx2
The following are now implemented: - [x] Arrow - [x] StringKey - [x] RegexKey - [ ] KeySubtree - [ ] ValueSubtree - [x] Ident - [ ] Param - [x] ApplyPredicate - [x] End
2021-02-07Finish porting parserSoniEx2
2021-01-24Start writing tests (WIP)SoniEx2