Skip to content

kadir014/Dust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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