Add copyright notices and new function String.chomp
[ocaml.git] / camlp4 / boot / Camlp4.ml4
blobd3ea1c7a0305d116cc097b88c716fef77d477362
1 module Debug : sig INCLUDE "camlp4/Camlp4/Debug.mli"; end = struct INCLUDE "camlp4/Camlp4/Debug.ml"; end;
2 module Options : sig INCLUDE "camlp4/Camlp4/Options.mli"; end = struct INCLUDE "camlp4/Camlp4/Options.ml"; end;
3 module Sig = struct INCLUDE "camlp4/Camlp4/Sig.ml"; end;
4 module ErrorHandler : sig INCLUDE "camlp4/Camlp4/ErrorHandler.mli"; end = struct INCLUDE "camlp4/Camlp4/ErrorHandler.ml"; end;
6 module Struct = struct
7   module Loc :
8     sig INCLUDE "camlp4/Camlp4/Struct/Loc.mli"; end =
9     struct INCLUDE "camlp4/Camlp4/Struct/Loc.ml"; end;
10   module Token :
11     sig INCLUDE "camlp4/Camlp4/Struct/Token.mli"; end =
12     struct INCLUDE "camlp4/Camlp4/Struct/Token.ml"; end;
13   module Lexer = struct INCLUDE "camlp4/boot/Lexer.ml"; end;
14   module Camlp4Ast = struct INCLUDE "camlp4/Camlp4/Struct/Camlp4Ast.ml"; end;
15   module DynAst = struct INCLUDE "camlp4/Camlp4/Struct/DynAst.ml"; end;
16   module Quotation = struct INCLUDE "camlp4/Camlp4/Struct/Quotation.ml"; end;
17   module AstFilters = struct INCLUDE "camlp4/Camlp4/Struct/AstFilters.ml"; end;
18   module Camlp4Ast2OCamlAst :
19     sig INCLUDE "camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli"; end =
20     struct INCLUDE "camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml"; end;
21   module CleanAst = struct INCLUDE "camlp4/Camlp4/Struct/CleanAst.ml"; end;
22   module CommentFilter :
23     sig INCLUDE "camlp4/Camlp4/Struct/CommentFilter.mli"; end =
24     struct INCLUDE "camlp4/Camlp4/Struct/CommentFilter.ml"; end;
25   module DynLoader :
26     sig INCLUDE "camlp4/Camlp4/Struct/DynLoader.mli"; end =
27     struct INCLUDE "camlp4/Camlp4/Struct/DynLoader.ml"; end;
28   module EmptyError :
29     sig INCLUDE "camlp4/Camlp4/Struct/EmptyError.mli"; end =
30     struct INCLUDE "camlp4/Camlp4/Struct/EmptyError.ml"; end;
31   module EmptyPrinter :
32     sig INCLUDE "camlp4/Camlp4/Struct/EmptyPrinter.mli"; end =
33     struct INCLUDE "camlp4/Camlp4/Struct/EmptyPrinter.ml"; end;
34   module FreeVars :
35     sig INCLUDE "camlp4/Camlp4/Struct/FreeVars.mli"; end =
36     struct INCLUDE "camlp4/Camlp4/Struct/FreeVars.ml"; end;
37   module Grammar = struct
38     module Context = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Context.ml"; end;
39     module Structure = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Structure.ml"; end;
40     module Search = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Search.ml"; end;
41     (* module Find = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Find.ml"; end; *)
42     module Tools = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Tools.ml"; end;
43     module Print :
44       sig INCLUDE "camlp4/Camlp4/Struct/Grammar/Print.mli"; end =
45       struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Print.ml"; end;
46     module Failed = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Failed.ml"; end;
47     module Parser = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Parser.ml"; end;
48     module Insert = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Insert.ml"; end;
49     module Delete = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Delete.ml"; end;
50     module Fold :
51       sig INCLUDE "camlp4/Camlp4/Struct/Grammar/Fold.mli"; end =
52       struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Fold.ml"; end;
53     module Entry = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Entry.ml"; end;
54     module Static = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Static.ml"; end;
55     module Dynamic = struct INCLUDE "camlp4/Camlp4/Struct/Grammar/Dynamic.ml"; end;
56   end;
57 end;
59 module Printers = struct
60   module DumpCamlp4Ast :
61     sig INCLUDE "camlp4/Camlp4/Printers/DumpCamlp4Ast.mli"; end =
62     struct INCLUDE "camlp4/Camlp4/Printers/DumpCamlp4Ast.ml"; end;
63   module DumpOCamlAst :
64     sig INCLUDE "camlp4/Camlp4/Printers/DumpOCamlAst.mli"; end =
65     struct INCLUDE "camlp4/Camlp4/Printers/DumpOCamlAst.ml"; end;
66   module Null :
67     sig INCLUDE "camlp4/Camlp4/Printers/Null.mli"; end =
68     struct INCLUDE "camlp4/Camlp4/Printers/Null.ml"; end;
69   module OCaml :
70     sig INCLUDE "camlp4/Camlp4/Printers/OCaml.mli"; end =
71     struct INCLUDE "camlp4/Camlp4/Printers/OCaml.ml"; end;
72   module OCamlr :
73     sig INCLUDE "camlp4/Camlp4/Printers/OCamlr.mli"; end =
74     struct INCLUDE "camlp4/Camlp4/Printers/OCamlr.ml"; end;
75 end;
77 module OCamlInitSyntax = struct INCLUDE "camlp4/Camlp4/OCamlInitSyntax.ml"; end;
78 module PreCast : sig INCLUDE "camlp4/Camlp4/PreCast.mli"; end = struct INCLUDE "camlp4/Camlp4/PreCast.ml"; end;
79 module Register : sig INCLUDE "camlp4/Camlp4/Register.mli"; end = struct INCLUDE "camlp4/Camlp4/Register.ml"; end;