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

1
unittests/eval.chai Normal file
View File

@@ -0,0 +1 @@
print(eval("3 + 4"))