package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
type t =
  1. | TOP
  2. | STMT
  3. | EXPR
  4. | TY
  5. | NEW
  6. | MEM_INIT
  7. | CLASS
  8. | MEM
  9. | ENUM
type sub =
  1. | INI
  2. | END_OF_TY_SPEC
  3. | END_OF_ID_EXPR
  4. | END_OF_DTOR
  5. | END_OF_STMT
  6. | START_OF_STMT of int
  7. | IN_SIMPLE_TEMPL_ID
  8. | IN_CASE_LABEL
  9. | IN_EXPR
  10. | END_OF_LAM_INTRO
val to_string : t -> string
val sub_to_string : sub -> string
OCaml

Innovation. Community. Security.