osfree-project / osfree

osFree - open source Operating System/2 clone, usermode parts.
http://osfree.org
116 stars 12 forks source link

Add possibility to tokenize scripts #83

Closed prokushev closed 4 weeks ago

prokushev commented 1 year ago

IBM's REXX has a "//t" switch, which, being specified for REXX script,doesn't run it, but tokenizes it. So that, the script is not run, butcompiled. Also, running a script stores a tokenized version in EA's. So, weshould add the possibility to tokenize scripts, too.

prokushev commented 1 month ago

Regina has //T switch. Need to add lowercase support too.