whiledb 0.1.1

rust implementation of WhileDB language
Documentation
1
2
3
4
5
6
7
8
# WhileDB

rust implementation of https://github.com/HellOwhatAs/While-DB

# TODO

- [x] find a way to omit `;` after `}`
  currently unable to add `;`, however
- [x] add function
- [ ] add interpreter or compiler