1
0
Fork
You've already forked toylang-rs
0
[wip] playing with programming language concepts, based on https://wiki.anarchist.work/building-programming-language/
  • Rust 100%
Find a file
2022年07月10日 10:57:16 +01:00
grammar fix priority on pow 2022年07月09日 18:30:14 +01:00
src adding parser to build ast 2022年07月10日 10:57:16 +01:00
.gitignore first version working only as a calculator 2022年07月03日 16:38:23 +01:00
Cargo.lock adding wasm target 2022年07月04日 18:04:44 +01:00
Cargo.toml adding wasm target 2022年07月04日 18:04:44 +01:00
README.md removing index from the main branch and adding basic readme 2022年07月06日 19:04:58 +01:00

toylang

toylang is a Toy language made to study how programming languages work. The language is growing as I go. You can try it out at: https://era.codeberg.page/toylang-rs/

Features

For now is just a fancy Integer calulator