diff options
Diffstat (limited to 'man/parser.1')
-rw-r--r-- | man/parser.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man/parser.1 b/man/parser.1 new file mode 100644 index 00000000..d89465d8 --- /dev/null +++ b/man/parser.1 @@ -0,0 +1,30 @@ +.TH COQ 1 "April 25, 2001" + +.SH NAME +parser \- Coq parser + + +.SH SYNOPSIS +.B parser +[ +.B options +] + +.SH DESCRIPTION + +.B parser +is a program reading Coq proof developments and outputing them in the +structured format given in the INRIA technical report RT154. This +program is not for the casual user. + +.SH SEE ALSO + +.BR coq-interface (1), +.BR coqc (1), +.BR coqtop (1), +.BR coqdep (1). +.br +.I +The Coq Reference Manual. +.I +The Coq web site: http://coq.inria.fr |