Expand description
SPICE netlist parser.
Modules§
Structs§
- Ast
- The abstract syntax tree (AST) of a parsed SPICE netlist.
- Bjt
- A bipolar junction transistor (BJT).
- Cap
- A capacitor.
- Diode
- A diode.
- Instance
- A subcircuit instance.
- Mos
- A MOSFET.
- Params
- Parameter values.
- Parse
Dialect Error - An error parsing a SPICE dialect from a string.
- Parsed
Spice - Data associated with parsing a SPICE file.
- Parser
- Parses SPICE netlists.
- Res
- A resistor.
- Subckt
- The contents of a subcircuit.
- Substr
- A substring of a file being parsed.
- Substr
Char Indices - An iterator over the chars of a
Substr, and their positions. - Substr
Chars - An iterator over the chars of a
Substr. - Tokenizer
Error - A tokenizer error.
Enums§
- Component
- A SPICE netlist component.
- Device
Value - A way of specifying the value of a primitive device.
- Dialect
- The SPICE dialect to parse.
- Elem
- An element of a SPICE netlist AST.
- Line
- A single logical line in a SPICE netlist.
- Parser
Error - An error arising from parsing a SPICE netlist.
- Token
- A SPICE token.
Type Aliases§
- Node
- The type representing nodes in a parsed SPICE circuit.