mat's untitled language
 
 
Go to file
mat ess 4e76f1990e Start working on typechecking 2023-08-05 23:17:42 -04:00
_tests Start working on typechecking 2023-08-05 23:17:42 -04:00
docs Start working on typechecking 2023-08-05 23:17:42 -04:00
src Start working on typechecking 2023-08-05 23:17:42 -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 Start working on typechecking 2023-08-05 23:17:42 -04:00
Cargo.toml Start working on typechecking 2023-08-05 23:17:42 -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 Start working on typechecking 2023-08-05 23:17:42 -04:00
flake.nix Start working on typechecking 2023-08-05 23:17:42 -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.