lcapy.parser.Parser
- class lcapy.parser.Parser(cpts, grammar, allow_anon=False)
Bases:
objectMethods
__init__(cpts, grammar[, allow_anon])cpts is a module containing a class for each component grammar is a module defining the syntax of a netlist
parse(string[, namespace, parent])Parse string and create object
- parse(string, namespace='', parent=None)
Parse string and create object