Dust Programming Language
Dust is a simple open-source general purpose programming language interpreted in C.
Discord server: https://discord.gg/TuPNM3cMtz
build.py
script is used to build (compile) and distribute Dust packages.
MinGW binaries must be in PATH and Python 3.6+ should be used.
Run build.py
script to build the project. (Check the docstring in the file for details)
You can see all commands & options by running dust -h
in the command line.
Just run tests_run.py
script to run tests.
MIT © Kadir Aksoy