Skip to content

Commit

Permalink
Merge pull request #33 from ra3xdh/fix_converter
Browse files Browse the repository at this point in the history
Fix dataset conversion from Ngspice and DC sweep
  • Loading branch information
ra3xdh authored Feb 20, 2025
2 parents 7ce3442 + c6d8974 commit c079dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scan_dataset.lpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ WS [ \t\n\r]
IDENT1 [a-zA-Z_][a-zA-Z0-9_]*
IDENT2 [a-zA-Z_][a-zA-Z0-9_\[\],]*
IDENT3 [a-zA-Z0-9_][a-zA-Z0-9_]*
IDENT4 [vViI]\([a-zA-Z0-9_]*\)
IDENT {IDENT1}|{IDENT2}
IDENT4 [vViI]\([a-zA-Z0-9_-]*\)
IDENT {IDENT1}|{IDENT2}|{IDENT4}
PIDENT {IDENT1}|{IDENT2}|{IDENT3}|{IDENT4}
SIMPLEID {IDENT}
POSTID "."{PIDENT}
Expand Down

0 comments on commit c079dd1

Please sign in to comment.