ChaiScript_Extras
ChaiScript_Extras copied to clipboard
Repository for ChaiScript bindings sources.
Results
3
ChaiScript_Extras issues
Sort by
recently updated
recently updated
newest added
trafficstars
Function `void vector_type(const std::string &type, Module& m)` now accepts second parameter and returns nothing. However you have following code: ``` // Add the string_methods module. auto stringmethods = chaiscript::extras::string_methods::bootstrap(); chai.add(chaiscript::bootstrap::standard_library::vector_type("StringVector"));...
Having a math.* namespace would allow a similar modal to Lua's math library. http://www.tutorialspoint.com/lua/lua_standard_libraries_math_library.htm