/[svn]/parser/parser.mli
ViewVC logotype

Contents of /parser/parser.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 81 - (show annotations)
Tue Jul 10 17:04:39 2007 UTC (5 years, 11 months ago) by abate
File size: 246 byte(s)
[r2002-11-07 00:58:53 by cvscast] Empty log message

Original author: cvscast
Date: 2002-11-07 00:58:54+00:00
1 exception Error of string
2
3 val expr : char Stream.t -> Ast.pexpr
4 val pat : char Stream.t -> Ast.ppat
5 val prog : char Stream.t -> Ast.pmodule_item list
6
7 module From_string : sig
8 val pat : string -> Ast.ppat
9 val expr : string -> Ast.pexpr
10 end

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5