Skip to content

Commit

Permalink
Merge pull request #8 from ra3xdh/4_qucsconv_fix
Browse files Browse the repository at this point in the history
Make qucsconv accept SPICE syntax for variables
  • Loading branch information
ra3xdh authored Jul 3, 2024
2 parents f672a0d + fec8b26 commit c484c7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scan_dataset.lpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ 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}
PIDENT {IDENT1}|{IDENT2}|{IDENT3}
PIDENT {IDENT1}|{IDENT2}|{IDENT3}|{IDENT4}
SIMPLEID {IDENT}
POSTID "."{PIDENT}
ID {SIMPLEID}{POSTID}*
Expand Down

0 comments on commit c484c7a

Please sign in to comment.