6 skills found
unity3d-jp / CppScriptNo description available
johnsonyl / CppsCPPS is a lightweight embedded scripting language with syntax similar to C++. It has many features of the current mainstream languages, including coroutine, object-oriented, lambda, closure, generic variable, custom module support, GC garbage collection and cross platform. CPPS interprets the program as bytecode to run in virtual machine through built-in syntax parsing
tapika / CppscriptcoreHelp code to be able to use C++ as a scriptable and debuggable language without using any language wrappers
IvanInventor / Godot CppscriptGDExtension binding code generator
mensong / CppScript把c++代码当脚本一样写
sgorsten / CppscriptA simple experiment on using C++ as a scripting language in a C++ host app.