2004-06-13 05:46:11 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
2004-06-13 05:46:11 -07:00
|
|
|
(* *)
|
|
|
|
(* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml port by John Malecki and Xavier Leroy *)
|
2004-06-13 05:46:11 -07:00
|
|
|
(* *)
|
|
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
val line: Lexing.lexbuf -> string
|
|
|
|
val lexeme: Lexing.lexbuf -> Parser.token
|
|
|
|
val argument: Lexing.lexbuf -> Parser.token
|
|
|
|
val line_argument: Lexing.lexbuf -> Parser.token
|