rep_lang icon indicating copy to clipboard operation
rep_lang copied to clipboard

add proper option parsing to the various executables

Open mhuesch opened this issue 3 years ago • 0 comments

this would allow us to add a --verbose/-v flag which could emit debug info. most of the time, we probably don't want to see that.

rle emits a potentially gigantic printout of the Sto at the end of an evaluation. we probably only want that when it's necessary.

in rli, we could support toggling verbosity (and perhaps other things) inside of the REPL, so that the whole session wouldn't have to be dumped in order to switch.

mhuesch avatar Aug 18 '21 17:08 mhuesch