23 lines
982 B
OCaml
23 lines
982 B
OCaml
(***********************************************************************)
|
|
(* *)
|
|
(* Objective Caml *)
|
|
(* *)
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
(* *)
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
|
(* Automatique. Distributed only by permission. *)
|
|
(* *)
|
|
(***********************************************************************)
|
|
|
|
(* $Id$ *)
|
|
|
|
(* Output the DFA tables and its entry points *)
|
|
|
|
val output_lexdef:
|
|
in_channel -> out_channel ->
|
|
Syntax.location ->
|
|
Compact.lex_tables ->
|
|
Lexgen.automata_entry list ->
|
|
Syntax.location ->
|
|
unit
|