mat's untitled language
 
 
Go to file
mat ess d3a8c822fb Update docs and example 2023-07-02 21:36:57 -04:00
docs Update docs and example 2023-07-02 21:36:57 -04:00
src Simple interpreter 2023-05-06 01:14:15 -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 Simple interpreter 2023-05-06 01:14:15 -04:00
Cargo.toml Simple interpreter 2023-05-06 01:14:15 -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 Initial commit, expression parsing 2023-04-28 03:13:43 -04:00
flake.nix Initial commit, expression parsing 2023-04-28 03:13:43 -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.