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

Add "don't interpret" mode #48

Open
tom-writes-code opened this issue Jan 10, 2024 · 1 comment
Open

Add "don't interpret" mode #48

tom-writes-code opened this issue Jan 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tom-writes-code
Copy link
Owner

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:

  • Auto-switch to this mode if compilation didn't work
  • Do it line by line? Then you can avoid the bad lines only on those that don't work
@tom-writes-code tom-writes-code added the enhancement New feature or request label Jan 10, 2024
@tom-writes-code tom-writes-code self-assigned this Jan 10, 2024
@tom-writes-code
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant