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

a% = 123456 followed by a valid assignment crashes REPL #12

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

a% = 123456 followed by a valid assignment crashes REPL #12

charlottia opened this issue Oct 21, 2024 · 1 comment
Assignees
Labels
basic Relates to the BASIC parser/compiler/stack machine bug Something isn't working

Comments

@charlottia
Copy link
Owner

It assigned a slot number for a% which was never used (due to overflow).

We'll need some way to handle this in general given the presence of ON ERROR ….

@charlottia charlottia added bug Something isn't working basic Relates to the BASIC parser/compiler/stack machine labels Oct 21, 2024
@charlottia charlottia self-assigned this Feb 10, 2025
@charlottia
Copy link
Owner Author

Just gonna deprecate slots; doesn't really support the level of dynamism and debugging the IDE requires anyway.

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 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant