Things to do before 1.0.0:
fix Select Casegenerate MSX-BASIC .ASC file outputtranslate labels into line numbersput all MSX-BASIC functions and variables in the symbol tableMSX-BASIC style parsing of variablespattern matching of parameters by type- generate dirty, condensed .ASC file as output
- implement all remaining instructions from MSX-BASIC
- multiple return value support in functions
- improve testing by comparing generated source code
Next things after that:
- implement Sub properly