Add /deps.sh, in /linapple remove full-screen mode to make it run properly on recent...
[applesoft_basic.git] / test.bas
2022-05-17 Nick DowningImplement all functions except some I/O related ones
2022-05-17 Nick DowningCorrectly handle DATA other than STR_LITERAL as unquote...
2022-05-17 Nick DowningImplement REM statement
2022-05-16 Nick DowningAllow multiple arrays to be dimensioned in the same...
2022-05-16 Nick DowningAdd DIM statement, clean up parser to use lvalues prope...
2022-05-16 Nick DowningImplement data_types.py and STR, VAL() functions
2022-05-15 Nick DowningImplement READ, RESTORE and DATA, but no empty items...
2022-05-15 Nick DowningImplement FOR and NEXT
2022-05-15 Nick DowningImplement GOSUB and RETURN
2022-05-15 Nick DowningAdd END statement, fix float parsing with exponents
2022-05-15 Nick DowningImplement IF statement
2022-05-15 Nick DowningInitial commit, can interpret LET, PRINT and GOTO,...