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

✨ Substitute Memory Index With Data! (Please) #1

Closed
JumperBot opened this issue Nov 4, 2022 · 1 comment · Fixed by #14
Closed

✨ Substitute Memory Index With Data! (Please) #1

JumperBot opened this issue Nov 4, 2022 · 1 comment · Fixed by #14
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.
I have made the commands verbose enough, but I don't think everyone would like to memorize 38 characters in the memory.

Describe the solution you'd like
As the title suggests, let the programmer type the characters instead of typing accurate indexes.

Describe alternatives you've considered
Memorizing the memory table or opening a separate tab for it.

Additional context
It should go from this:

print  8   5   12  12  15

To this:

print  HELLO
@JumperBot JumperBot added the help wanted Extra attention is needed label Nov 4, 2022
@JumperBot JumperBot self-assigned this Nov 4, 2022
@JumperBot JumperBot pinned this issue Nov 4, 2022
@JumperBot
Copy link
Owner Author

P.S.

Instead of:

print  HELLO

It should be:

print  "HELLO"

Or...

print  'HELLO' // Inspired by `dart` syntax :)

To distinguish between the command and the data quickly.

@JumperBot JumperBot added this to the v1.3.0 milestone Nov 13, 2022
@JumperBot JumperBot added the enhancement New feature or request label Nov 13, 2022
@JumperBot JumperBot mentioned this issue Nov 14, 2022
JumperBot added a commit that referenced this issue Nov 15, 2022
@JumperBot JumperBot mentioned this issue Nov 22, 2022
JumperBot added a commit that referenced this issue Nov 22, 2022
* Preparing for #12 and #1

* Optimizations!

* Contributing? Read this.

* Commit-point!

* Optimization!

* Optimization + New Flag!

* Commit-point!

* Fixed it finally

* Segragation + printProxy enlarged

* An Even Bigger Print Capacity!

* Commit-point!

* Commit-point!

* FINALLY. Just, FINALLY.

* Version bump!

* Bug found, delaying release :(

* Human error, not the language's fault.

* Redocs + Bug Fix

* Bug Fixes

* Final Version Bump!
@JumperBot JumperBot unpinned this issue Nov 23, 2022
JumperBot added a commit that referenced this issue Dec 22, 2022
* Preparing for #12 and #1

* Optimizations!

* Contributing? Read this.

* Commit-point!

* Optimization!

* Optimization + New Flag!

* Commit-point!

* Fixed it finally

* Segragation + printProxy enlarged

* An Even Bigger Print Capacity!

* Commit-point!

* Commit-point!

* FINALLY. Just, FINALLY.

* Version bump!

* Bug found, delaying release :(

* Human error, not the language's fault.

* Redocs + Bug Fix

* Bug Fixes

* Final Version Bump!
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