kadir014 / Dust

A programming language interpreted in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A programming language interpreted in C

License:MIT License


Languages

Language:C 90.7%Language:Python 9.3%