summaryrefslogtreecommitdiff
path: root/parser/dump_test.go
AgeCommit message (Collapse)Author
2025-11-27chore: move compiler and interpreter in their own packagesMarc Vertes
2024-03-20feat: Add simple Dump creation and recovery.Antonio Navarro Perez
Memory Dump functionality that can restore the previous VM state. It dumps *global* variables, the only ones defining the program state. The dump depends on the program itself, and on the index system, which right now is defined by the variable order. Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>