mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
x86_86 gcc/clang low level modules update, types clarified. -- noch
This commit is contained in:
parent
305c759d79
commit
59e489ea43
42 changed files with 8324 additions and 2078 deletions
|
|
@ -3,7 +3,7 @@ MODULE testFiles;
|
|||
|
||||
IMPORT Files, Texts, Console;
|
||||
|
||||
CONST file="makefile";
|
||||
CONST file="testFiles.Mod";
|
||||
|
||||
VAR
|
||||
T : Texts.Text;
|
||||
|
|
@ -22,7 +22,6 @@ IF F # NIL THEN
|
|||
WHILE ~R.eot DO
|
||||
Texts.Read (R, ch);
|
||||
Console.Char(ch);
|
||||
|
||||
END;
|
||||
|
||||
ELSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue