mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +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
|
|
@ -1,7 +1,7 @@
|
|||
MODULE voc; (* J. Templ 3.2.95 *)
|
||||
|
||||
IMPORT
|
||||
SYSTEM, Unix, Kernel,
|
||||
SYSTEM, Unix, Kernel := Kernel0,
|
||||
OPP, OPB, OPT,
|
||||
OPV, OPC, OPM,
|
||||
extTools, Strings := oocOakStrings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue