Add /deps.sh, in /linapple remove full-screen mode to make it run properly on recent...
[applesoft_basic.git] / applesoft_basic.py
2022-05-25 Nick DowningHRCG and joystick improvements, can now play ribbit...
2022-05-25 Nick DowningAdd basic HRCG terminal program (cut-down emulated...
2022-05-24 Nick DowningAdd inter-statement delay, fix an oversight regarding...
2022-05-24 Nick DowningImplement a new gr_encode() routine containing most...
2022-05-24 Nick DowningAdd joystick support, and keyboard ready-polling suppor...
2022-05-22 Nick DowningImprove terminal emulation (window left/right etc)...
2022-05-22 Nick DowningMake GR graphics single width by default, use --gr...
2022-05-19 Nick DowningImprove cursor handling, improve tracebacks, improve...
2022-05-18 Nick DowningLo-res graphics sort of working (needs some modificatio...
2022-05-17 Nick DowningMake interpreter accept tokenized input, this solves...
2022-05-16 Nick DowningRemove Node and NodeText prefixes on all class names...
2022-05-16 Nick DowningMake variables boxed for easy referencing and/or subscr...
2022-05-16 Nick DowningImplement console input, improve console output a bit...
2022-05-16 Nick DowningAdd apple_io module and HOME, NORMAL, INVERSE, FLASH...
2022-05-15 Nick DowningAdd END statement, fix float parsing with exponents
2022-05-15 Nick DowningInitial commit, can interpret LET, PRINT and GOTO,...