summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 84d2905..1fd7859 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -112,7 +112,8 @@ semantics.
<LI> The Compcert C source language:
<A HREF="html/Csyntax.html">syntax</A> and
<A HREF="html/Csem.html">semantics</A> and
-<A HREF="html/Cstrategy.html">determinized semantics</A>.
+<A HREF="html/Cstrategy.html">determinized semantics</A>.<BR>
+See also: <A HREF="html/Cexec.html">reference interpreter</A>.
<LI> <A HREF="html/Clight.html">Clight</A>: a simpler version of Cmedium where expressions contain no side-effects.
<LI> <A HREF="html/Csharpminor.html">Csharpminor</A>: low-level
structured language.