home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "StripM2"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~
- ; Update: 22-Nov-93
-
- ; $VER: StripM2 39.001 (22.11.93) Modula-II_source comment stripping
-
- ; Saves compiler directives which reside in (*$ .. *) comments!
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "(*\d36" BY "(*\d36" } { STRIP "(*" TO "*)" NEST }
-
-