mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
voc compiler first commit
This commit is contained in:
parent
4a7dc4b549
commit
760d826948
119 changed files with 30394 additions and 0 deletions
8
src/tools/coco/Oberon.Mod
Normal file
8
src/tools/coco/Oberon.Mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
MODULE Oberon;
|
||||
|
||||
IMPORT Texts := CmdlnTexts;
|
||||
|
||||
VAR Log* : Texts.Text;
|
||||
|
||||
|
||||
END Oberon.
|
||||
Loading…
Add table
Add a link
Reference in a new issue