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

target yet-to-be-compiled linono #20

Closed
charlottia opened this issue Feb 3, 2025 · 1 comment
Closed

target yet-to-be-compiled linono #20

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

Comments

@charlottia
Copy link
Owner

charlottia commented Feb 3, 2025

Defer resolution to runtime, and store offset map in the Compiler.


This is awkward, because it means assembly/compilation now has two outputs: the program text, and the lookup table. The former can't be grokked without the latter, which isn't at all OK! We need instead to do a second pass.

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

878e4af

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