mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
separated Kernel, Files. Texts modules for bootstrapping and general use
Former-commit-id: e1f76da278
This commit is contained in:
parent
5d683e6727
commit
66c583b70e
41 changed files with 3229 additions and 327 deletions
|
|
@ -2,7 +2,7 @@ MODULE BrowserCmd; (* RC 29.10.93 *) (* object model 4.12.93, command line ver
|
|||
|
||||
IMPORT
|
||||
OPM, OPS, OPT, OPV,
|
||||
Texts := CmdlnTexts, Console, Args;
|
||||
Texts := Texts0, Console, Args;
|
||||
|
||||
CONST
|
||||
OptionChar = "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue