summary refs log tree commit diff stats
path: root/src/pattern.rs
AgeCommit message (Collapse)Author
2022-10-30Implement parserSoniEx2
2022-10-16Finish step_in and step_out (VM core)SoniEx2
2022-10-11Initial support for empty and simple patternsSoniEx2
2022-10-10Initial implementation of Packer::deserializeSoniEx2
2022-10-04Initial VM workSoniEx2
2022-09-04Initial work on Serde VM stuffSoniEx2
2022-08-06Fix predicatesSoniEx2
2022-07-30Initial work on 0.1.0SoniEx2
Missing the VM.
2021-02-07Finish porting parserSoniEx2
2021-01-24Clean up metadataSoniEx2
2021-01-24Clean up public APISoniEx2
2021-01-13Finalize Holder design (hopefully)SoniEx2
2021-01-12Prepare VM designSoniEx2