mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
x86_86 gcc/clang low level modules update, types clarified. -- noch
Former-commit-id: 59e489ea43
This commit is contained in:
parent
f97c37d7b4
commit
d29b4a0427
42 changed files with 8328 additions and 2082 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