package diffast-langs-cpp-parsing

  1. Overview
  2. Docs

Module Cpp_parsing.ScannerSource

module Parserlib_base = Langs_common.Parserlib_base
Sourcemodule T = Tokens_
Sourcemodule Aux = Parser_aux
Sourcemodule C = Context
Sourceval is_pp_elif_else_like : Aux.env -> T.token -> bool
Sourceval is_pp_elif_else_endif_like : Aux.env -> T.token -> bool
Sourceval is_pp_control_line : T.token -> bool
Sourceval is_params_body_macro : string -> bool
Sourceval is_params_body_macro_ident : string -> bool
Sourcetype name_kind =
  1. | K_NONE
  2. | K_TYPE
  3. | K_TYPE_OR_FPARAM
  4. | K_OBJ
  5. | K_TEMPL
  6. | K_TEMPL_OR_FPARAM
Sourceclass type c_t = object ... end
Sourceval conv_token : Aux.env -> c_t -> token -> token
Sourcemodule F (Stat : Aux.STATE_T) : sig ... end
OCaml

Innovation. Community. Security.