- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / ocaml / exposed_modules.ml
1 (* Modules accessible by the ocaml scripts.
2 *)
3
4 module Ast_c = Ast_c (* parsing_c/ast_c.ml *)
5 module Parser_c = Parser_c (* parsing_c/parser_c.mly *)
6 module Lexer_c = Lexer_c (* parsing_c/lexer_c.mll *)
7 module Pretty_print_c = Pretty_print_c (* parsing_c/pretty_print_c.ml *)
8 module Lib_parsing_c = Lib_parsing_c (* parsing_c/lib_parsing_c.ml *)
9 module Visitor_c = Visitor_c (* parsing_c/visitor_c.ml *)
10
11 module Regexp = Regexp (* globals/regexp.ml *)
12 module Config = Config (* globals/config.ml *)
13 module Flag = Flag (* globals/flag.ml *)
14 module Iteration = Iteration (* globals/iteration.ml *)
15 module Common = Common (* commons/common.ml *)
16
17 module Ast_cocci = Ast_cocci (* parsing_cocci/ast_cocci.ml *)
18 module Ast0_cocci = Ast0_cocci (* parsing_cocci/ast0_cocci.ml *)
19 module Type_cocci = Type_cocci (* parsing_cocci/type_cocci.ml *)