package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
val mutable ast_cache : parse_result
method _add : Verilog_parsing.Token.qtoken_t -> unit
method add : Verilog_parsing.Token.qtoken_t -> unit
method clear : unit
method dump : unit
method get_list : Verilog_parsing.Token.qtoken_t list
method get_list_rev : Verilog_parsing.Token.qtoken_t list
method get_loc : Langs_common.Astloc.t
method is_empty : bool
method iter : (Verilog_parsing.Token.qtoken_t -> unit) -> unit
method parse_by : ?cache:bool -> partial_parser -> Verilog_parsing.Ast.partial
method peek_nth : int -> Verilog_parsing.Token.qtoken_t
method receive_all : 'b -> unit
method size : int
method to_string : string
method total_size : int
OCaml

Innovation. Community. Security.