mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
fixed or sources
This commit is contained in:
parent
1c7d4dc066
commit
c8cc104507
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE ORB; (*NW 7.10.2013 in Oberon-07*)
|
||||
IMPORT Files := OakFiles, ORS, S := SYSTEM;
|
||||
IMPORT Files, ORS, S := SYSTEM;
|
||||
TYPE BYTE = S.BYTE;
|
||||
(*Definition of data types Object and Type, which together form the data structure
|
||||
called "symbol table". Contains procedures for creation of Objects, and for search:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue