Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

QBASIC's parser is awfully forgiving in some circumstances #3

Open
charlottia opened this issue Oct 21, 2024 · 1 comment
Open

QBASIC's parser is awfully forgiving in some circumstances #3

charlottia opened this issue Oct 21, 2024 · 1 comment
Labels
basic Relates to the BASIC parser/compiler/stack machine fidelity QBasic fidelity

Comments

@charlottia
Copy link
Owner

PRINT 1 ADN 2  ' typo of AND

Normalisation says no wuckas:

PRINT 1; ADN; 2

This particular instance seems specific to PRINT, but I'm sure there's more.

@charlottia charlottia added basic Relates to the BASIC parser/compiler/stack machine fidelity QBasic fidelity labels Oct 21, 2024
@charlottia
Copy link
Owner Author

Wait until we get some more statement types to play around with this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
basic Relates to the BASIC parser/compiler/stack machine fidelity QBasic fidelity
Projects
None yet
Development

No branches or pull requests

1 participant