1995-08-09 08:06:35 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
1995-08-09 08:06:35 -07:00
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
1996-04-30 07:53:58 -07:00
|
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
1999-11-17 10:59:06 -08:00
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
1995-08-09 08:06:35 -07:00
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
1996-02-25 06:45:47 -08:00
|
|
|
(* Output the DFA tables and its entry points *)
|
1995-05-04 03:15:53 -07:00
|
|
|
|
1996-02-25 06:45:47 -08:00
|
|
|
val output_lexdef:
|
2002-11-02 14:36:46 -08:00
|
|
|
string -> in_channel -> out_channel -> Common.line_tracker ->
|
1996-02-25 06:45:47 -08:00
|
|
|
Syntax.location ->
|
|
|
|
Compact.lex_tables ->
|
2002-12-09 02:44:46 -08:00
|
|
|
(string list, Syntax.location) Lexgen.automata_entry list ->
|
1996-02-25 06:45:47 -08:00
|
|
|
Syntax.location ->
|
|
|
|
unit
|
1998-05-26 02:56:41 -07:00
|
|
|
|
|
|
|
exception Table_overflow
|