mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
separated Kernel, Files. Texts modules for bootstrapping and general use
This commit is contained in:
parent
e0a915b319
commit
e1f76da278
41 changed files with 3226 additions and 323 deletions
|
|
@ -4,7 +4,7 @@ MODULE OPM; (* RC 6.3.89 / 28.6.89, J.Templ 10.7.89 / 22.7.96 *)
|
|||
31.1.2007 jt synchronized with BlackBox version, in particular PromoteIntConstToLInt added
|
||||
*)
|
||||
|
||||
IMPORT SYSTEM, Texts := CmdlnTexts, Files, Args, Console, errors, version;
|
||||
IMPORT SYSTEM, Texts := Texts0, Files := Files0, Args, Console, errors, version;
|
||||
|
||||
CONST
|
||||
OptionChar* = "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue