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)
consoleto change text color when usingprint
bitwisefor bitwise operationshashto compute md5 and sha256 hashes
jsonto manipulate and create JSON objectsdatabaseto manipulate sqlite database
httpto make web requests (get, post, put, patch, delete)
- C++20
- CMake >= 3.8
- Visual Studio >= 11 (on Windows)
- Python >= 2.7
Copyright (c) 2019-2025 Lex Plateau. All rights reserved.
This ArkScript distribution contains no GNU GPL code, which means it can be used in proprietary projects.