General purpose programming language and shell
Go to file
2024-04-27 02:22:26 -04:00
dust-lang Add comments to lexer 2024-04-27 02:22:26 -04:00
dust-shell Revise built-in functions; Add memory management 2024-04-22 01:51:34 -04:00
examples Make fizzbuzz example work 2024-03-25 01:56:06 -04:00
std Continue revising built-in functions 2024-04-21 18:06:26 -04:00
.gitignore Do not ignore generated tree sitter files 2023-11-28 13:53:33 -05:00
Cargo.lock Revise built-in functions; Add memory management 2024-04-22 01:51:34 -04:00
Cargo.toml Clean up 2024-03-22 17:22:39 -04:00
README.md Begin README; Add type check for functions 2024-03-20 05:31:14 -04:00

Dust

High-level programming language with effortless concurrency, automatic memory management, type safety and advanced error handling.