mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-07 04:32:24 +00:00
Rationalise -O2 vs -OC library build.
This commit is contained in:
parent
b231efb466
commit
80de6dc216
206 changed files with 1129 additions and 1456 deletions
|
|
@ -1,4 +1,4 @@
|
|||
MODULE vt100;
|
||||
MODULE VT100;
|
||||
|
||||
IMPORT Out, Strings;
|
||||
(* reference http://en.wikipedia.org/wiki/ANSI_escape_code
|
||||
|
|
@ -339,4 +339,4 @@ CONST
|
|||
Strings.Append("hello", tmpstr);
|
||||
Out.String(tmpstr); Out.Ln;
|
||||
*)
|
||||
END vt100.
|
||||
END VT100.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue