package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
val main_queue : T.token Queue.t
val sub_queue : T.token Queue.t
val mutable macro_queue : T.token Queue.t
val mutable sub_flag : bool
val mutable macro_flag : bool
val mutable macro_name : Cpp_parsing.Common.ident
val mutable macro_mode : mode
val mutable func_body_flag : bool
method func_body_flag : bool
method set_func_body_flag : unit -> unit
method clear_func_body_flag : unit -> unit
method skip_until_newline : unit -> unit
method dump : string -> unit
method enter_sub : unit -> unit
method exit_sub : unit -> unit
method clear_sub : unit -> unit
method enter_macro : Cpp_parsing.Common.ident -> mode -> unit
method reg_dummy_macro : Cpp_parsing.Common.ident -> unit
method exit_macro : unit -> unit
method clear_macro : unit -> unit
method add_token : T.token -> unit
OCaml

Innovation. Community. Security.