Clean up reflection a bit, and how we do pretty printing of ast nodes. Registered new internal_to_string in reflection module so that we

can have automatic pretty printing of ast nodes during repl eval.
This commit is contained in:
Jonathan Turner
2010-08-30 13:37:50 +00:00
parent 054179ead3
commit cfa42158af
4 changed files with 24 additions and 13 deletions

View File

@@ -25,6 +25,7 @@ CHAISCRIPT_MODULE_EXPORT chaiscript::ModulePtr create_chaiscript_module_reflect
((filename))
((start))
((end))
((internal_to_string))
((children))
);
@@ -33,7 +34,6 @@ CHAISCRIPT_MODULE_EXPORT chaiscript::ModulePtr create_chaiscript_module_reflect
(chaiscript::ChaiScript_Parser ()),
((parse))
((ast))
((show_match_stack))
);