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

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

Description

@charlottia
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    basicRelates to the BASIC parser/compiler/stack machinefidelityQBasic fidelity

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions