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
Have a new mode on repl that allows for running code without attempting to interpret it and show results.
This will allow for running code without compiler errors (which are the most common cause for problems).
Optional best bits:
The text was updated successfully, but these errors were encountered:
I think this should probably live as an options screen on F22/F23, where you can choose exactly what you want to change about how it compiles.
Compile Options N Skip interpretation Y Show compile options
Line-by-line seems really hard, I'm not sure how I could do that.
Sorry, something went wrong.
tom-writes-code
No branches or pull requests
Have a new mode on repl that allows for running code without attempting to interpret it and show results.
This will allow for running code without compiler errors (which are the most common cause for problems).
Optional best bits:
The text was updated successfully, but these errors were encountered: