summary refs log tree commit diff stats
path: root/src/vm/mod.rs
AgeCommit message (Expand)Author
2022-11-13Finish most "core" VM functionalitySoniEx2
2022-11-12Make Packer::visit_map mostly usableSoniEx2
2022-10-31Finish step_outSoniEx2
2022-10-30Finish most of Packer and ParserSoniEx2
2022-10-30Implement parserSoniEx2
2022-10-28Implement Packer::visit_mapSoniEx2
2022-10-27Make multiple frames workSoniEx2
2022-10-25Finish most of map logicSoniEx2
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