Releases: SpiceSharp/SpiceSharpParser
Releases · SpiceSharp/SpiceSharpParser
SpiceSharpParser 3.0.0
- Using SpiceSharp 3.0.5
SpiceSharpParser 1.5.0
- New warnings and errors system
- Few breaking changes (in case of problems please contact marcin.golebiowski@hotmail.dk for help)
SpiceSharpParser 1.4.4
- Include column information in tokens, model and exceptions (bugs possible please report any if you spot them)
SpiceSharpParser 1.4.3
- Include file name in exceptions about problem e.g.:
"SpiceSharpParser.ModelReaders.Netlist.Spice.Exceptions.ReadingException: Could not find 'OPAMPa' subcircuit (at line 17 from file G:\Elektronika\circuits\exceptions\LMX321.FAM)"
SpiceSharpParser 1.4.2
-
Improve speed of lexing big netlists
-
.INCLUDE statement can use relative paths without quotes e.g.
.INCLUDE ../lib/diodes.lib
SpiceSharpParser 1.4.1
- Fix including line number in exception messages
SpiceSharpParser 1.4.0
- POLY and TABLE analog behavioral modeling uses SpiceSharpBehavioral
SpiceSharpParser 1.3.8
- Introduce real line numbers counting (including comments, line continuation etc.)
- Improve performance of lexer
- Fix bug in table() function
SpiceSharpParser 1.3.7
- Improve exception messages
SpiceSharpParser 1.3.6
- Better line counting (work in progress)
- Speed improvements of expression parsing