Crates.io | walc_model |
lib.rs | walc_model |
version | 0.1.1 |
source | src |
created_at | 2024-03-24 13:18:09.428171 |
updated_at | 2024-03-24 16:38:26.514053 |
description | Model for toy tree-traversal calculator |
homepage | |
repository | https://github.com/Willmo3/walc-model |
max_upload_size | |
id | 1184373 |
size | 2,933 |
This is the AST model of a toy calculator I've been working on to practice wasm.
Consider this a "build-your-own-frontend adventure" -- the ultimate goal is to have both a terminal and web interface using this common model.