package diffast-langs-verilog-parsing

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

Module Verilog_parsing.CommonSource

module Xprint = Diffast_misc.Xprint
module Parserlib_base = Langs_common.Parserlib_base
module PB = Parserlib_base
Sourceval extensions : string list
Sourceexception Internal_error of string
Sourceexception Parse_error of string * string
Sourceval fail_to_parse : ?head:string -> string -> 'a
Sourceval parse_warning : Lexing.position -> Lexing.position -> ('a, out_channel, unit, unit) format4 -> 'a
Sourceval warning_msg : ?out:out_channel -> ('a, unit, string, unit) format4 -> 'a
Sourcetype identifier = string
Sourceval num_to_ordinal : int -> string