aboutsummaryrefslogtreecommitdiff
path: root/src/parser/parse_tree.cpp
AgeCommit message (Collapse)Author
2023-11-14Fix bug in bidirectional devices handlingClément Zrounba
In some cases (wrongly defined netlists), segmentation faults and wrong net handling could occur. It may need further checks in the near future.
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-09-30Initial releaseClément Zrounba