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

A misguided attempt to help #24

Closed
wants to merge 2 commits into from
Closed

A misguided attempt to help #24

wants to merge 2 commits into from

Conversation

why-does-ie-still-exist
Copy link
Collaborator

@why-does-ie-still-exist why-does-ie-still-exist commented Sep 21, 2018

I don't understand any of this. I'm completely lost after the part you use the Regexes to detect numbers & strings. Maybe this works?

I don't understand any of this. I'm completely lost at the part after you use the Regexes to detect numbers & strings. Maybe this works?
I mean, it says include the header in all files in BIG BOLD letters on the README
@@ -1906,7 +1906,8 @@
Skip('goto');
var name = tok;
Next();
// TODO: Implement.
curop += 'ip = labels["' + name + '"];\n';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is down where it parses ON x GOTO a,b,c,d
What you had there would work for GOTO.
What's needed is actually parse a bunch of labels into a list and generated a lookup based on the int value.
I've filed an issue to track:
#25

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok well I'll try to stick to what I know when it comes to pull requests then 🤷‍♂️ Maybe I'll try to throw together some docs next...

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

Successfully merging this pull request may close these issues.

None yet

2 participants