A simple interpreter for TinyBasic language made for the purpose of learning Rust.
See tinybasic.bnf
- https://archive.org/details/dr_dobbs_journal_vol_01/page/n9/mode/2up
- http://www.ittybittycomputers.com/IttyBitty/TinyBasic/DDJ1/Design.html
- https://bnfplayground.pauliankline.com/
- https://oxc.rs/docs/learn/parser_in_rust/intro
- https://github.com/estree/estree/blob/master/es5.md
- https://en.wikipedia.org/wiki/Operator-precedence_parser