Verilog_parsing.Parser_auxSourcemodule Fname = Langs_common.Fnamemodule Env_base = Langs_common.Env_basetype scope_attribute = | SApackage of Common.identifier| SAclass of Common.identifier| SAfunction of Common.identifier| SAothertype frame = {f_attr : scope_attribute;f_tbl : (Common.identifier, identifier_attribute) Hashtbl.t;}