viperscape / lichen

Scripting DSL with Rust interpreter
Apache License 2.0
32 stars 4 forks source link

Fully save state; make serializable #15

Open viperscape opened 7 years ago

viperscape commented 7 years ago

The evaluator has a basic save-state function to pause state and surrender the environment, however it does not currently serialize this and the associated environment and thus cannot be saved to disk.