JumperBot / Unsafe-4-Bit

The UFB (Unsafe Four Bit) Programming Language -- FAST | EASY | VERBOSE -- Built With Rust

Home Page:https://jumperbot.github.io/Unsafe-4-Bit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:sparkles: Substitute Memory Index With Data! (Please)

JumperBot opened this issue · comments

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

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.