Warning
This Project is not Completed yet and will not work as intended (at least for now)
This was initially going to be Yet Another BASIC Interpreter but I decided that it would be cooler if it was just a language made by me written in Rust(which I think was a mistake). And I still don't know what I wanna do with it all I know is that I wanna learn:)))) Until now It's only a broken tokenizer:///
For now something like BASIC:
It has to be simpler than the normal BASIC
print <arg>input <var>
input "prompt" <var>goto <label><varname> = <value>for i=0 to 5
print "Some BASIC Stuff"
next- Reading Files
- CLI
- Tokenizer (still needs some work)
- if statements and newlines
- Parser (Not even close to done)
- Evaluator
- Could interpret a BASIC example
For now this is a toy interpreter for me to mess around with it and learn but when I have completely made it work I'm going to add more stuff to it to make it actually usable, but I'm going to keep things as minimal as possible because it should be a VeryBASICLanguage;))