Just for information: ChaiScript 1.3 Released
Changes:
•Allow floating point numbers without a leading 0.
•Fix dispatch of functions that take boost::shared_ptr parameters.
•Add "use" function for loading ChaiScript files from within ChaiScript files.
•Double performance of tightloops by speeding up operator dispatches.
•Prevent the use of reserved words as function and object names.
•Fix error messages for failed "clone" calls.
•Correct scope of for and while loop variable declarations.
•Correct some bootstrapped types in Windows port.
•Provide start and end extents for parse/eval error reporting.