Make interpreter accept tokenized input, this solves a problem with IF A > B THEN...
authorNick Downing <nick@ndcode.org>
Tue, 17 May 2022 11:10:26 +0000 (21:10 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 17 May 2022 11:19:06 +0000 (21:19 +1000)
commiteea701d5431db4b0b1dadd5c7c7f736383545ce0
treec49255965c2a55b9b3d02fe707ee6f5e2fd93e48
parent322f4c4b6738427c6e1554760196fb1e778ccf74
Make interpreter accept tokenized input, this solves a problem with IF A > B THEN 100 which treated BTHEN100 as a variable name (now tokenizing has priority)
applesoft_basic.l
applesoft_basic.py
applesoft_basic.t
applesoft_basic.y