WhileDB
rust implementation of While-DB, the programming language used in SJTU CS2612 (2022 Fall) Attachment 1014
TODO
- find a way to omit
;after}currently unable to add;, however - add function
- make any expression callable (currently only
identcallable) - add class and method
- add
[]to represent array and getitem - add string
- add interpreter or compiler
Future Work
- python binding: WhileDB.rs
- wasm