Code cleanup. Refactor chaiscript_eval to use functions instead of inline code

This commit is contained in:
Jonathan Turner
2009-07-08 22:01:40 +00:00
parent a0448fa558
commit 98edfc8dba
6 changed files with 692 additions and 470 deletions

View File

@@ -56,7 +56,7 @@ def update_state(state)
update_cpu_state(state, file, "cpu1");
}
dump_system()
//dump_system()
var global_state = Map()