Skip to content

Releases: SpiceSharp/SpiceSharpParser

SpiceSharpParser 3.0.0

10 Apr 16:38
Compare
Choose a tag to compare
  • Using SpiceSharp 3.0.5

SpiceSharpParser 1.5.0

19 Jan 13:00
2568d44
Compare
Choose a tag to compare

SpiceSharpParser 1.4.4

19 Dec 21:02
ec27e9d
Compare
Choose a tag to compare
  • Include column information in tokens, model and exceptions (bugs possible please report any if you spot them)

SpiceSharpParser 1.4.3

07 Dec 13:37
ab196e2
Compare
Choose a tag to compare
  • 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

03 Dec 21:44
650d0d9
Compare
Choose a tag to compare
  • Improve speed of lexing big netlists

  • .INCLUDE statement can use relative paths without quotes e.g.

    .INCLUDE ../lib/diodes.lib

SpiceSharpParser 1.4.1

02 Dec 19:17
4312a6a
Compare
Choose a tag to compare
  • Fix including line number in exception messages

SpiceSharpParser 1.4.0

24 Nov 10:34
7e9ce68
Compare
Choose a tag to compare
  • POLY and TABLE analog behavioral modeling uses SpiceSharpBehavioral

SpiceSharpParser 1.3.8

18 Nov 22:50
3aaeb8c
Compare
Choose a tag to compare
  • Introduce real line numbers counting (including comments, line continuation etc.)
  • Improve performance of lexer
  • Fix bug in table() function

SpiceSharpParser 1.3.7

16 Nov 19:25
8570997
Compare
Choose a tag to compare
  • Improve exception messages

SpiceSharpParser 1.3.6

16 Nov 11:09
cf086ec
Compare
Choose a tag to compare
  • Better line counting (work in progress)
  • Speed improvements of expression parsing