2002-01-04 02:01:50 -08:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* Objective Caml *)
|
|
|
|
(* *)
|
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. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
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 ->
|
|
|
|
('a, Syntax.location) Lexgen.automata_entry list ->
|
|
|
|
Lexgen.automata array -> Syntax.location -> unit
|