| 2022-05-17 |
Nick Downing | Add applesoft-like (but not identical) tokenizer and... |
commit | commitdiff | tree | snapshot |
| 2022-05-17 |
Nick Downing | Correctly handle DATA other than STR_LITERAL as unquote... |
commit | commitdiff | tree | snapshot |
| 2022-05-17 |
Nick Downing | Implement REM statement |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Implement PRINT TAB() and very basic cursor position... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Add TEXT, GR, COLOR=, PLOT, HLIN, VLIN statements |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Allow multiple arrays to be dimensioned in the same... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Add PEEK, POKE and CALL (via apple_io, to emulate any... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Add DIM statement, clean up parser to use lvalues prope... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Add LValue node, so that locating the variable for... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Remove Node and NodeText prefixes on all class names... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Change VARIABLE to VARIABLE_NAME, NodeTextVariable... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Change NodeExpression to NodeRValue, NodeExpression... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Make variables boxed for easy referencing and/or subscr... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Implement data_types.py and STR, VAL() functions |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Implement INPUT |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Translate cr to crlf at output similarly to how Apple... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Implement console input, improve console output a bit... |
commit | commitdiff | tree | snapshot |
| 2022-05-16 |
Nick Downing | Add apple_io module and HOME, NORMAL, INVERSE, FLASH... |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Implement READ, RESTORE and DATA, but no empty items... |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Implement FOR and NEXT |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Implement GOSUB and RETURN |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Improve number printing to make it more symmetrical... |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Add END statement, fix float parsing with exponents |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Full type checking for expression evaluation |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Implement IF statement |
commit | commitdiff | tree | snapshot |
| 2022-05-15 |
Nick Downing | Initial commit, can interpret LET, PRINT and GOTO,... |
commit | commitdiff | tree | snapshot |
|