summary refs log tree commit diff stats
path: root/src/parser.rs
AgeCommit message (Collapse)Author
2023-04-08Clean upSoniEx2
2023-04-08Initial successSoniEx2
2022-11-15Rework subtrees again and update docsSoniEx2
2022-11-13Finish most "core" VM functionalitySoniEx2
Still need to do lists
2022-10-30Finish most of Packer and ParserSoniEx2
This is still broken even tho it passes the tests
2022-10-30Implement parserSoniEx2
2022-10-04Initial VM workSoniEx2
2022-07-30Initial work on 0.1.0SoniEx2
Missing the VM.
2021-03-23Clean up RAII transactions, with impl_trait crateSoniEx2
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-24Clean up metadataSoniEx2
2021-01-24Clean up public APISoniEx2
2021-01-12Prepare VM designSoniEx2