1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
(***********************************************************************)
(* *)
(* HEVEA *)
(* *)
(* Luc Maranget, projet Moscova, INRIA Rocquencourt *)
(* *)
(* Copyright 2012 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* Additions to the standard Lexing module *)
val from_string : string -> Lexing.lexbuf
val from_list : string list -> Lexing.lexbuf
|