tom-writes-code / rpgle-repl

A green-screen REPL style workspace to assist with RPGLE development
MIT License
26 stars 3 forks source link

Add "don't interpret" mode #48

Open tom-writes-code opened 10 months ago

tom-writes-code commented 10 months ago

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:

tom-writes-code commented 10 months ago

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.