Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.14 KB

Dust Programming Language



Dust is a simple open-source general purpose programming language interpreted in C.

Discord server: https://discord.gg/TuPNM3cMtz

Building

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)

Usage

You can see all commands & options by running dust -h in the command line.

Testing

Just run tests_run.py script to run tests.

License

MIT © Kadir Aksoy