Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

✨ Memory Index Labels! (Please) #21

Closed
JumperBot opened this issue Dec 3, 2022 · 0 comments · Fixed by #24
Closed

✨ Memory Index Labels! (Please) #21

JumperBot opened this issue Dec 3, 2022 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@JumperBot
Copy link
Owner

Is your feature request related to a problem? Please describe.
Memorizing "which part of the memory is which" is going to be hard once things get crazy.

Describe the solution you'd like
Add a label syntatic sugar to make things easier.

Describe alternatives you've considered
Memorizing, or just keeping a table at hand.

Additional context
Maybe something that looks like this:

label 38, useMeLater
print ${useMeLater}
// Or
print "${useMeLater}\n"

That the compiler will turn into:

print 38
// Or
print "$038\n"
@JumperBot JumperBot added enhancement New feature or request help wanted Extra attention is needed labels Dec 3, 2022
@JumperBot JumperBot added this to the v1.6.0 milestone Dec 3, 2022
@JumperBot JumperBot pinned this issue Dec 3, 2022
@JumperBot JumperBot self-assigned this Dec 5, 2022
@JumperBot JumperBot mentioned this issue Dec 21, 2022
@JumperBot JumperBot linked a pull request Dec 21, 2022 that will close this issue
@JumperBot JumperBot unpinned this issue Dec 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: 🔖 Done 🔖
Development

Successfully merging a pull request may close this issue.

1 participant