whiledb 0.1.2

rust implementation of WhileDB language
Documentation

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 ident callable)
  • add class and method
  • add [ ] to represent array and getitem
  • add string
  • add interpreter or compiler

Future Work