Initial commit, can interpret LET, PRINT and GOTO, expression evaluation works
authorNick Downing <nick@ndcode.org>
Sun, 15 May 2022 07:03:46 +0000 (17:03 +1000)
committerNick Downing <nick@ndcode.org>
Sun, 15 May 2022 07:03:46 +0000 (17:03 +1000)
commitfb0b0dd71f4f4c1d1a00a80581ded4c2f6af3420
tree78ae69acfbde7aa20abe0c3633d44432b7acf33f
Initial commit, can interpret LET, PRINT and GOTO, expression evaluation works
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
applesoft_basic.l [new file with mode: 0644]
applesoft_basic.py [new file with mode: 0755]
applesoft_basic.t [new file with mode: 0644]
applesoft_basic.y [new file with mode: 0644]
test.bas [new file with mode: 0644]