We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
?:
Potential Opcodes:
I'm not sure how a switch statement could be done efficiently, so it'll need research.
The text was updated successfully, but these errors were encountered:
I did some thinking about this yesterday.
https://github.com/Ratstail91/Toy/blob/v2/.notes/control-flow-opcodes.txt
Sorry, something went wrong.
I started working on if-then-else a few days ago, but the tests aren't finished yet due to unrelated bug hunts.
34577ec
Edit: And finished: 0947430
The control flow for break and continue requires arrays to keep track during compilation, so #155 needs to be finished first.
No branches or pull requests
if-then-else?:
Potential Opcodes:
I'm not sure how a switch statement could be done efficiently, so it'll need research.
The text was updated successfully, but these errors were encountered: