]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/ocaml/contrib/lex/outputbis.mli
Update
[l4.git] / l4 / pkg / ocaml / ocaml / contrib / lex / outputbis.mli
1 (***********************************************************************)
2 (*                                                                     *)
3 (*                           Objective Caml                            *)
4 (*                                                                     *)
5 (*            Luc Maranget projet Moscova INRIA Rocquencourt           *)
6 (*                                                                     *)
7 (*  Copyright 1996 Institut National de Recherche en Informatique et   *)
8 (*  en Automatique.  All rights reserved.  This file is distributed    *)
9 (*  under the terms of the Q Public License version 1.0.               *)
10 (*                                                                     *)
11 (***********************************************************************)
12
13 (* $Id: outputbis.mli 5323 2002-12-09 10:44:46Z maranget $ *)
14 val output_lexdef :
15   string ->
16   in_channel ->
17   out_channel ->
18   Common.line_tracker ->
19   Syntax.location ->
20   (string list, Syntax.location) Lexgen.automata_entry list ->
21   Lexgen.automata array -> Syntax.location -> unit