package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
module Xfile = Diffast_misc.Xfile
module Xprint = Diffast_misc.Xprint
module Aux = Parser_aux
module T = Tokens_
type mode = Aux.parsing_mode
val mode_to_string : Aux.parsing_mode -> string
type macro_body =
  1. | MB_NONE
  2. | MB_SOME of mode * T.token Queue.t
class c : object ... end
val split_word : string -> string list
val mode_of_string : string -> string -> mode
val word_to_token : string -> T.token
val queue_from_file : T.token Queue.t -> string -> unit
OCaml

Innovation. Community. Security.