rpgle-repl icon indicating copy to clipboard operation
rpgle-repl copied to clipboard

Add "don't interpret" mode

Open tom-writes-code opened this issue 1 year ago • 1 comments

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 avatar Jan 10 '24 15:01 tom-writes-code

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.

tom-writes-code avatar Jan 18 '24 09:01 tom-writes-code