2002-01-04 02:01:50 -08:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
2002-01-04 02:01:50 -08:00
|
|
|
(* *)
|
2002-10-28 08:46:50 -08:00
|
|
|
(* Luc Maranget projet Moscova INRIA Rocquencourt *)
|
2002-01-04 02:01:50 -08: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. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
2002-10-28 08:46:50 -08:00
|
|
|
val output_lexdef :
|
|
|
|
string ->
|
|
|
|
in_channel ->
|
|
|
|
out_channel ->
|
2002-11-02 14:36:46 -08:00
|
|
|
Common.line_tracker ->
|
2002-10-28 08:46:50 -08:00
|
|
|
Syntax.location ->
|
2002-12-09 02:44:46 -08:00
|
|
|
(string list, Syntax.location) Lexgen.automata_entry list ->
|
2002-10-28 08:46:50 -08:00
|
|
|
Lexgen.automata array -> Syntax.location -> unit
|