mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
ported ulmLoader, ulmNetIO, ulmPersistentDisciplines, ulmPersistentObjects, ulmScales
fixed ulmConstStrings
This commit is contained in:
parent
841d00e9d0
commit
e76b8bf27c
7 changed files with 2680 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ MODULE ulmConstStrings;
|
|||
next: Buffer;
|
||||
END;
|
||||
|
||||
String = POINTER TO StringRec;
|
||||
String* = POINTER TO StringRec;
|
||||
StringRec* =
|
||||
RECORD
|
||||
(Disciplines.ObjectRec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue