source-solutions / sebasic4

SE BASIC - A free BASIC interpreter written in Z80 assembly language
GNU General Public License v3.0
64 stars 6 forks source link

`GOTO` should be optional after `THEN` #92

Closed cheveron closed 2 years ago

cheveron commented 2 years ago

Inefficient to do in the interpreter, so add to substitutions in the tokenizer.

cheveron commented 2 years ago

Moved to #98