Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain base36 number literals being parsed as instructions #9

Closed
ghost opened this issue Dec 13, 2018 · 2 comments
Closed

Certain base36 number literals being parsed as instructions #9

ghost opened this issue Dec 13, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 13, 2018

For example, when trying to use the T instruction with a length of 16 (g), the g is being parsed as the instruction instead, causing all the values originally locked inside the track to start executing on their own as well. However, this doesn't happen when creating the g using an Add instruction on the line above.

Example code:

0gTCDEFGHIJKLMNOPQR
...................
@neauoire
Copy link
Member

If you are using the builds from Itch.io, I just pushed a new version where the lowercase g doesn't override passive mode. If you're working from the repo, just pull again :)
Let me know if that works for you.

screen shot 2018-12-14 at 12 02 50 pm

@ghost
Copy link
Author

ghost commented Dec 14, 2018

ah okay, thanks!

@ghost ghost closed this as completed Dec 14, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant