Add /deps.sh, in /linapple remove full-screen mode to make it run properly on recent...
[applesoft_basic.git] / applesoft_basic.l
2022-05-17 Nick DowningImplement more statements and ignore some I/O related...
2022-05-17 Nick DowningMake interpreter accept tokenized input, this solves...
2022-05-17 Nick DowningCorrectly handle DATA other than STR_LITERAL as unquote...
2022-05-17 Nick DowningImplement REM statement
2022-05-16 Nick DowningRemove Node and NodeText prefixes on all class names...
2022-05-16 Nick DowningChange VARIABLE to VARIABLE_NAME, NodeTextVariable...
2022-05-15 Nick DowningImplement GOSUB and RETURN
2022-05-15 Nick DowningAdd END statement, fix float parsing with exponents
2022-05-15 Nick DowningInitial commit, can interpret LET, PRINT and GOTO,...