x86_86 gcc/clang low level modules update, types clarified. -- noch

Former-commit-id: 59e489ea43
This commit is contained in:
Norayr Chilingarian 2015-02-10 15:06:04 +04:00
parent f97c37d7b4
commit d29b4a0427
42 changed files with 8328 additions and 2082 deletions

View file

@ -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