Main repository: ArkScript
Warning: This repository can not be used alone, it was made to separate the modules' code from the source code of the language.
- Run the following command
python shell/createmodules/create.py <module-name>
This creates a module with the structure configured inshell/module_structure.json
(This structure can be customised)
console
to change text color when usingprint
json
to manipulate and create JSON objectsmsgpack
to manipulate and create MsgPack objects
http
to create http clients and servers
- C++17
- CMake >= 3.8
- Visual Studio >= 11 (on Windows)
- Python >= 2.7
Copyright (c) 2019-2021 Alexandre Plateau. All rights reserved.
This ArkScript distribution contains no GNU GPL code, which means it can be used in proprietary projects.