KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Dust
★ 22
Open GitHub ↗
A programming language interpreted in C
Download README (.md)
Explore Similar Repositories
keycloak-tokenmapper-example
:
Example Keycloak OIDC protocol token mapper - maps a random lucky number to tokens/info endpoint - demo purposes only!
cond_transformer_2
:
A CLIP conditioned Decision Transformer.
Job-and-Talent-Recommendation-System
:
No description available.
EMBER2
:
Alignment-free structure prediction using protein language models
Learn-DIP
:
《数字图像处理第四版》书中等一些基础算法的实现,包括相关库的调用
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Dust
?
Download (.md)
<p align="center"><img src="https://raw.githubusercontent.com/kadir014/Dust/main/assets/dust_logo.png" width=130></p> <p align="center"> <img src="https://img.shields.io/badge/license-MIT-blue.svg"> <img src="https://img.shields.io/badge/version-0.0.18-yellow"> <a href="https://www.codacy.com/gh/kadir014/Dust/dashboard?utm_source=github.com&utm_medium=referral&utm_content=kadir014/Dust&utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/78b40ba8378d4292aa64c25178ca516c"><a/> </p> <p align="center"> <strong>Dust Programming Language</strong> </p> <br><br> 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](LICENSE) © Kadir Aksoy