Qucs / ADMS

ADMS is a code generator for the Verilog-AMS language
GNU General Public License v3.0
94 stars 32 forks source link

Allow any whitespace to end escaped identifiers #108

Open ngwood opened 2 years ago

ngwood commented 2 years ago

Escaped identifiers are allowed to end in a space, tab, newline or formfeed. Currently, ADMS only recognises a space. This commit also accommodates the remaining whitespace options.