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
This commit is contained in:
parent
e0a915b319
commit
e1f76da278
41 changed files with 3226 additions and 323 deletions
|
|
@ -3,7 +3,7 @@ Refer to the "General ETH Oberon System Source License" contract available at: h
|
|||
|
||||
MODULE ethSets; (** portable *)
|
||||
|
||||
IMPORT Texts := CmdlnTexts;
|
||||
IMPORT Texts;
|
||||
|
||||
CONST size* = SIZE(LONGINT)* 8(*32*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue