From accec4fc961d85ef21e73e690dedc36ce4c25f46 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 21 Jan 2005 17:24:08 +0000 Subject: Pour cible make doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6620 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/doc.tex | 6 +++--- parsing/doc.tex | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 parsing/doc.tex diff --git a/interp/doc.tex b/interp/doc.tex index 4d60ec34ff..5bd92fbda2 100644 --- a/interp/doc.tex +++ b/interp/doc.tex @@ -2,13 +2,13 @@ \newpage \section*{The interpretation of Coq front abstract syntax of terms} -\ocwsection \label{library} +\ocwsection \label{interp} This chapter describes the translation from \Coq\ context-dependent -front abstract syntax of terms (\verb=front=} to and from the +front abstract syntax of terms (\verb=front=) to and from the context-free, untyped, raw form of constructions (\verb=rawconstr=). The modules translating back and forth the front abstract syntax are organized as follows. \bigskip -\begin{center}\epsfig{file=library.dep.ps}\end{center} +\begin{center}\epsfig{file=interp.dep.ps}\end{center} diff --git a/parsing/doc.tex b/parsing/doc.tex new file mode 100644 index 0000000000..68ab601cc1 --- /dev/null +++ b/parsing/doc.tex @@ -0,0 +1,9 @@ + +\newpage +\section*{The Coq parsers and printers} + +\ocwsection \label{parsing} +This chapter describes the implementation of the \Coq\ parsers and printers. + +\bigskip +\begin{center}\epsfig{file=parsing.dep.ps}\end{center} -- cgit v1.2.3