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

:bug: Commands Not Indexed In `#skip()`.

JumperBot opened this issue · comments

Describe the bug
Unindexed commands make j* commands mess up.

To Reproduce
Steps to reproduce the behavior:

  1. Write a simple program with jumps and newer commands
  2. Compile and run the program

Expected behavior
All commands should be indexed in #skip() so that the jump commands would work properly.