aboutsummaryrefslogtreecommitdiff
path: root/src/parser
AgeCommit message (Collapse)Author
2023-11-14Improve parsingClément Zrounba
- Make multi-file more robust - Error reporting is more accurate (shows file:line and prints offending string) - Allow `.include` directives in subcircuits
2023-11-03improve handling of multiple filesClément Zrounba
2023-11-03Add initial support for several netlists filesClément Zrounba
Netlists are read in the order they are specified on the command line. They can be specified using several `-f <name>` arguments.
2023-09-30Initial releaseClément Zrounba