Creates a new PADSParser instance.
Whether to enable partial parsing mode.
In partial parsing mode the parser will not throw errors, but it will
collect them in the errors
array and attempt to continue parsing.
Parses a PADS Layout ASCII netlist from a string.
The PADS netlist data as a string.
A promise that resolves to the parsed PADSNetlist object.
Parses PADS Layout ASCII netlist files (.asc).