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: Allow Non-ROM Characters! (Please)

JumperBot opened this issue · comments

Is your feature request related to a problem? Please describe.
Typing on all caps sounds like shouting. SHOUTING.

Describe the solution you'd like
Allow characters outside of bounds (256 and above)

Describe alternatives you've considered
Hack characters like: ., i and -

Additional context
This should be exactly released alongside #1 to avoid so much bugs.

Idea:

  • Allow the \u#### format, such a genius.

Idea:

  • Allow the \u#### format, such a genius.

That was pretty stupid of me.
\ does not exist as a part of the ROM.
\ should be replaced with the \u0000 / NULL character instead.

Also, the \u#### will still be supported once fully implemented.
Take note that Pattern.CASE_INSENSITIVE will be used.

Idea:

  • Allow the \u#### format, such a genius.

That was pretty stupid of me. \ does not exist as a part of the ROM. \ should be replaced with the \u0000 / NULL character instead.

Also, the \u#### will still be supported once fully implemented. Take note that Pattern.CASE_INSENSITIVE will be used.

\u0000 is not part of the ROM, pretty stupid.
It will be replaced by another u instead.