cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
305 stars 55 forks source link

Remove variable name restrictions #133

Closed shader closed 8 years ago

shader commented 8 years ago

Variables are no longer tested against a regular expression restricting them to alphanumeric names that match (letter|'')(letter|digit|'')*