Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/FrontC/frontc.cmi_pretty GODI Package godi-frontc
Library FrontC
 
   Frontc.html    frontc.cmi_pretty    Sources  
val version : string
type parsing_arg =
  Frontc.parsing_arg =
    FROM_STDIN
  | FROM_CHANNEL of in_channel
  | FROM_FILE of string
  | USE_CPP
  | PREPROC of string
  | DEF of string
  | UNDEF of string
  | INCLUDE of string
  | INCLUDE_DIR of string
  | OPTION of string
  | ERROR of out_channel
  | INTERACTIVE of bool
type parsing_result =
  Frontc.parsing_result =
    PARSING_ERROR
  | PARSING_OK of Cabs.definition list
val trans_old_fun_def :
  Cabs.single_name * Cabs.name_group list * Cabs.body -> Cabs.definition
val trans_old_fun_defs : Cabs.definition list -> Cabs.definition list
val convert_to_xml : Cabs.definition list -> Cxml.document
val parse : parsing_arg list -> parsing_result
val parse_interactive : in_channel -> out_channel -> parsing_result
val parse_console : 'a -> parsing_result
val parse_channel : in_channel -> out_channel -> parsing_result
val parse_file : string -> out_channel -> parsing_result
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml