Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-08 | Initial success | SoniEx2 | |
2022-11-15 | Rework subtrees again and update docs | SoniEx2 | |
2022-11-13 | Finish most "core" VM functionality | SoniEx2 | |
Still need to do lists | |||
2022-11-12 | Make Packer::visit_map mostly usable | SoniEx2 | |
2022-10-31 | Rephrase test | SoniEx2 | |
2022-10-31 | Clean up | SoniEx2 | |
2022-10-31 | Finish step_out | SoniEx2 | |
2022-10-30 | Clean up | SoniEx2 | |
2022-10-30 | Finish most of Packer and Parser | SoniEx2 | |
This is still broken even tho it passes the tests | |||
2022-10-30 | Implement parser | SoniEx2 | |
2022-10-28 | Fix errors | SoniEx2 | |
2022-10-28 | Implement Packer::visit_map | SoniEx2 | |
2022-10-27 | Make multiple frames work | SoniEx2 | |
2022-10-25 | Fix oops | SoniEx2 | |
2022-10-25 | Finish most of map logic | SoniEx2 | |
2022-10-16 | Finish step_in and step_out (VM core) | SoniEx2 | |
2022-10-11 | Initial support for empty and simple patterns | SoniEx2 | |
2022-10-10 | Initial implementation of Packer::deserialize | SoniEx2 | |
2022-10-04 | Initial VM work | SoniEx2 | |
2022-09-04 | Fix header | SoniEx2 | |
2022-09-04 | Initial work on Serde VM stuff | SoniEx2 | |
2022-08-06 | Fix predicates | SoniEx2 | |
2022-07-30 | Initial work on 0.1.0 | SoniEx2 | |
Missing the VM. | |||
2021-03-23 | Clean up RAII transactions, with impl_trait crate | SoniEx2 | |
2021-02-28 | Clean up API | SoniEx2 | |
2021-02-17 | Improve main documentation | SoniEx2 | |
2021-02-13 | Complete the VM, for the most part | SoniEx2 | |
Some things are still untested. Needs more tests. | |||
2021-02-11 | Partially implement VM | SoniEx2 | |
The following are now implemented: - [x] Arrow - [x] StringKey - [x] RegexKey - [ ] KeySubtree - [ ] ValueSubtree - [x] Ident - [ ] Param - [x] ApplyPredicate - [x] End | |||
2021-02-07 | Finish porting parser | SoniEx2 | |
2021-01-24 | Clean up metadata | SoniEx2 | |
2021-01-24 | Clean up public API | SoniEx2 | |
2021-01-16 | Workaround lack of GATs | SoniEx2 | |
2021-01-13 | Finalize Holder design (hopefully) | SoniEx2 | |
2021-01-12 | Prepare VM design | SoniEx2 | |