[wip] playing with programming language concepts, based on https://wiki.anarchist.work/building-programming-language/
- Rust 100%
| grammar | fix priority on pow | |
| src | adding parser to build ast | |
| .gitignore | first version working only as a calculator | |
| Cargo.lock | adding wasm target | |
| Cargo.toml | adding wasm target | |
| README.md | removing index from the main branch and adding basic readme | |
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