![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Files | |
| Closure.hpp | |
| Subtype of the value type, handling closures. | |
| ClosureScope.hpp | |
| Subtype of the value type, handling closures. | |
| Dict.hpp | |
| Define how dictionaries are handled. | |
| Future.hpp | |
| Internal object to resolve asynchronously a function call in ArkScript. | |
| Procedure.hpp | |
| Wrapper object for user-defined functions. | |
| UserType.hpp | |
| Subtype of the value, capable of handling any C++ type. | |
| Value.hpp | |
| Default value type handled by the virtual machine. | |