mat's untitled language
 
 
Go to file
mat ess e21f575207 Update LICENSE 2023-07-27 00:18:36 -04:00
docs Add builtins 2023-07-24 12:23:13 -04:00
src Add more documenation, minor tweaks 2023-07-24 23:46:12 -04:00
.envrc Initial commit, expression parsing 2023-04-28 03:13:43 -04:00
.gitignore Initial commit, expression parsing 2023-04-28 03:13:43 -04:00
Cargo.lock Rework error handling and main 2023-07-19 23:03:15 -04:00
Cargo.toml Rework error handling and main 2023-07-19 23:03:15 -04:00
LICENSE.txt Update LICENSE 2023-07-27 00:18:36 -04:00
README.md Update docs and example 2023-07-02 21:36:57 -04:00
build.rs Initial commit, expression parsing 2023-04-28 03:13:43 -04:00
example.mul Update docs and example 2023-07-02 21:36:57 -04:00
flake.lock Update manifests 2023-07-02 21:37:06 -04:00
flake.nix Update manifests 2023-07-02 21:37:06 -04:00

README.md

mul

mat's untitled language

see example.mul for a syntax sample.

see GOALS.md for guiding principles and inspirations.

see ROADMAP.md for specific implementation plans and progress.