21 lines
1017 B
OCaml
21 lines
1017 B
OCaml
|
(***********************************************************************)
|
||
|
(* *)
|
||
|
(* Objective Caml *)
|
||
|
(* *)
|
||
|
(* Luc Maranget projet Moscova INRIA Rocquencourt *)
|
||
|
(* *)
|
||
|
(* 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$ *)
|
||
|
val output_lexdef :
|
||
|
string ->
|
||
|
in_channel ->
|
||
|
out_channel ->
|
||
|
Syntax.location ->
|
||
|
('a, Syntax.location) Lexgen.automata_entry list ->
|
||
|
Lexgen.automata array -> Syntax.location -> unit
|