1
0
General purpose programming language and shell
Go to file
2024-02-19 15:35:27 -05:00
docs Add image to README 2024-02-19 15:35:27 -05:00
examples Update grammar and highlight queries 2024-02-19 15:26:49 -05:00
scripts Fix main function and bench script 2024-01-24 18:57:36 -05:00
src Pass enum tests 2024-02-19 11:13:04 -05:00
tests Pass enum tests 2024-02-19 11:13:04 -05:00
tree-sitter-dust Update grammar and highlight queries 2024-02-19 15:26:49 -05:00
.gitignore Do not ignore generated tree sitter files 2023-11-28 13:53:33 -05:00
build.rs Clean up build script 2024-01-31 10:19:26 -05:00
Cargo.lock Begin making pretty errors with lyneate 2024-02-16 16:49:01 -05:00
Cargo.toml Begin making pretty errors with lyneate 2024-02-16 16:49:01 -05:00
README.md Add image to README 2024-02-19 15:35:27 -05:00

Dust

High-level programming language with effortless concurrency, automatic memory management and first class functions.

Dust version of an example from The Rust Programming Language.

Easy to Read and Write

Effortless Concurrency

Debugging

Automatic Memory Management

Installation and Usage