aboutsummaryrefslogtreecommitdiffstats
path: root/caml/CMlexer.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-02-09 14:55:48 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-02-09 14:55:48 +0000
commit2ae43be7b9d4118335c9d2cef6e098f9b9f807fe (patch)
treebbb5e49ccbf7e3614966571acc317f8d318fecad /caml/CMlexer.mli
downloadcompcert-2ae43be7b9d4118335c9d2cef6e098f9b9f807fe.tar.gz
compcert-2ae43be7b9d4118335c9d2cef6e098f9b9f807fe.zip
Initial import of compcert
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'caml/CMlexer.mli')
-rw-r--r--caml/CMlexer.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/caml/CMlexer.mli b/caml/CMlexer.mli
new file mode 100644
index 00000000..573c5305
--- /dev/null
+++ b/caml/CMlexer.mli
@@ -0,0 +1,4 @@
+(* $Id: CMlexer.mli,v 1.1 2005/01/21 13:11:07 xleroy Exp $ *)
+
+val token: Lexing.lexbuf -> CMparser.token
+exception Error of string