The current spice [parser](https://api.substratelabs.io/substrate/spice/parser/) is fairly limited. We should support the following features: - [ ] 2 terminal capacitors - [ ] 3 terminal capacitors - [ ] 3 terminal resistors - [ ] Subcircuits with parameters - [ ] Converting parameter assignments to SCIR [expressions](https://api.substratelabs.io/scir/enum.Expr.html), following precedence rules (e.g. `*` binds more tightly than `+`) For more information on SPICE, consider reading this [overview](http://bwrcs.eecs.berkeley.edu/Classes/IcBook/SPICE/UserGuide/overview_fr.html) and [this](http://bwrcs.eecs.berkeley.edu/Classes/IcBook/SPICE/UserGuide/elements_fr.html) list of SPICE components and their syntax.
The current spice parser is fairly limited.
We should support the following features:
*binds more tightly than+)For more information on SPICE, consider reading this overview and this list of SPICE components and their syntax.