Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
menhir
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
de38ef42
Commit
de38ef42
authored
Aug 27, 2015
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export general.ml.html.
parent
e7387a83
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
GNUmakefile
GNUmakefile
+1
-1
doc/macros.tex
doc/macros.tex
+1
-1
doc/main.tex
doc/main.tex
+1
-1
src/GNUmakefile
src/GNUmakefile
+1
-1
No files found.
GNUmakefile
View file @
de38ef42
...
...
@@ -154,7 +154,7 @@ check:
RSYNC
:=
scp
-p
-C
TARGET
:=
yquem.inria.fr:public_html/menhir/
PAGE
:=
/home/fpottier/dev/page
API
:=
convert.mli.html IncrementalEngine.ml.html
API
:=
convert.mli.html IncrementalEngine.ml.html
general.mli.html
export
:
# Copier l'archive et la doc vers yquem.
...
...
doc/macros.tex
View file @
de38ef42
...
...
@@ -54,7 +54,7 @@
\newcommand
{
\menhirlibconvert
}{
\href
{
http://gallium.inria.fr/~fpottier/menhir/convert.mli.html
}{
\texttt
{
MenhirLib.Convert
}}
\xspace
}
\newcommand
{
\menhirinterpreter
}{
\texttt
{
MenhirInterpreter
}
\xspace
}
\newcommand
{
\menhirlibincrementalengine
}{
\href
{
http://gallium.inria.fr/~fpottier/menhir/IncrementalEngine.ml.html
}{
\texttt
{
MenhirLib.IncrementalEngine
}}
\xspace
}
\newcommand
{
\menhirlibgeneral
}{
\href
{
http://gallium.inria.fr/~fpottier/menhir/
General.ml
.html
}{
\texttt
{
MenhirLib.General
}}
\xspace
}
\newcommand
{
\menhirlibgeneral
}{
\href
{
http://gallium.inria.fr/~fpottier/menhir/
general.mli
.html
}{
\texttt
{
MenhirLib.General
}}
\xspace
}
\newcommand
{
\cmenhir
}{
\texttt
{
menhir
}
\xspace
}
\newcommand
{
\ml
}{
\texttt
{
.ml
}
\xspace
}
\newcommand
{
\mli
}{
\texttt
{
.mli
}
\xspace
}
...
...
doc/main.tex
View file @
de38ef42
...
...
@@ -2096,7 +2096,7 @@ tools for this purpose.
A parser stack can be viewed as a stream of elements, where the first element
of the stream is the topmost element of the stack. (The type
\verb
+
'a stream
+
is defined in the module
\menhirlibgeneral
.)
% TEMPORARY export this HTML file
is defined in the module
\menhirlibgeneral
.)
This stream is empty if the parser is in an initial state, and non-empty otherwise.
% (Which initial state? -- no way to know...)
In the latter case,
...
...
src/GNUmakefile
View file @
de38ef42
...
...
@@ -15,7 +15,7 @@ installation.ml:
# ----------------------------------------------------------------------------
# Pretty-printing the MenhirLib.Convert API.
api
:
convert.mli.html IncrementalEngine.ml.html
api
:
convert.mli.html IncrementalEngine.ml.html
general.mli.html
%.mli.html
:
%.mli
caml2html
-nf
$<
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment