diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index c6be1c2..095f082 100644 --- a/doc/index.html +++ b/doc/index.html @@ -116,8 +116,11 @@ semantics. <A HREF="html/Csyntax.html">syntax</A> and <A HREF="html/Csem.html">semantics</A> and <A HREF="html/Cstrategy.html">determinized semantics</A>.<BR> -See also: <A HREF="html/Cexec.html">reference interpreter</A>. +See also: <A HREF="html/Ctypes.html">type expressions</A> and +<A HREF="html/Cop.html">operators (syntax and semantics)</A> and +<A HREF="html/Cexec.html">reference interpreter</A>. <LI> <A HREF="html/Clight.html">Clight</A>: a simpler version of CompCert C where expressions contain no side-effects. +<A HREF="html/Cop.html">operators (syntax and semantics)</A>. <LI> <A HREF="html/Csharpminor.html">Csharpminor</A>: low-level structured language. <LI> <A HREF="html/Cminor.html">Cminor</A>: low-level structured |