improve parsing of function-like macros in declarations
[bpt/coccinelle.git] / ocaml / exposed_modules.ml
CommitLineData
abad11c5
C
1(* Modules accessible by the ocaml scripts.
2 *)
3
4module Ast_c = Ast_c (* parsing_c/ast_c.ml *)
5module Parser_c = Parser_c (* parsing_c/parser_c.mly *)
6module Lexer_c = Lexer_c (* parsing_c/lexer_c.mll *)
7module Pretty_print_c = Pretty_print_c (* parsing_c/pretty_print_c.ml *)
8module Lib_parsing_c = Lib_parsing_c (* parsing_c/lib_parsing_c.ml *)
9module Visitor_c = Visitor_c (* parsing_c/visitor_c.ml *)
10
11module Regexp = Regexp (* globals/regexp.ml *)
12module Config = Config (* globals/config.ml *)
13module Flag = Flag (* globals/flag.ml *)
14module Iteration = Iteration (* globals/iteration.ml *)
15module Common = Common (* commons/common.ml *)
16
17module Ast_cocci = Ast_cocci (* parsing_cocci/ast_cocci.ml *)
18module Ast0_cocci = Ast0_cocci (* parsing_cocci/ast0_cocci.ml *)
19module Type_cocci = Type_cocci (* parsing_cocci/type_cocci.ml *)