BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

anything after PRINT (WRITE, WRITE RECORD, PRINT RECORD) is optional #147

Open StephanWald opened 1 week ago

StephanWald commented 1 week ago
REM anything after print is optional. A standalone print advances the line:
print
input a$
print a$
print ; REM also this is valid
input *
dhuebner commented 15 hours ago

Same problem as in #121 Parser tries to consume input a$ after print as optional elements may follow.