package diffast-langs-verilog-parsing

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module U.AuxSource

Sourceval lexing_pos_start : Sedlexing.lexbuf -> Lexing.position
Sourceval lexing_pos_end : Sedlexing.lexbuf -> Lexing.position
Sourceval parse_warning : ?out:out_channel -> ?head:string -> Lexing.position -> Lexing.position -> ('a, out_channel, unit, unit) format4 -> 'a
Sourceval parse_error : Lexing.position -> Lexing.position -> ('a, unit, string, Ast.node) format4 -> 'a
Sourceval parse_error_loc : Langs_common.Astloc.t -> ('a, unit, string, Ast.node) format4 -> 'a
Sourceval parse_failure_loc : Verilog_parsing.Ast.Loc.t -> string -> 'a
Sourceval check_error : < children : 'a list ; label : Label.t ; loc : Langs_common.Astloc.t.. > as 'a -> unit
Sourceval make_error_node : Lexing.position -> Lexing.position -> Ast.node
Sourceval register_vartype : string -> unit
Sourceval register_class : string -> unit
Sourceval register_type : string -> unit
Sourceval register_package : string -> unit
Sourceval register_property : string -> unit
Sourceval register_covergroup : string -> unit
Sourceval register_clocking : string -> unit
Sourceval register_extern_method : string -> unit
Sourceval register_interface : string -> unit
Sourceval begin_package_scope : Common.identifier -> unit
Sourceval begin_class_scope : Common.identifier -> unit
Sourceval begin_function_scope : Common.identifier -> unit
Sourceval begin_scope : unit -> unit
Sourceval end_scope : unit -> unit
Sourceval import_one : Common.identifier -> Common.identifier -> unit
Sourceval import_any : Common.identifier -> unit
Sourceval lookup_identifier : string -> Verilog_parsing__Parser_aux.identifier_attribute list
Sourceval set_vartype_type : unit -> unit
Sourceval reset_vartype : unit -> unit
Sourceval import_pkg_cls_scope : (Common.identifier option * Common.identifier list) -> unit
Sourceval node_to_loc : < lloc : < to_loc : ?cache:Langs_common.Fname.ext_cache_t option -> unit -> 'a.. >.. > -> 'a
Sourceval node_to_lexposs : < lloc : < to_loc : ?cache:Langs_common.Fname.ext_cache_t option -> unit -> Verilog_parsing.Ast.Loc.t.. >.. > -> Lexing.position * Lexing.position
OCaml

Innovation. Community. Security.