You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that '\241' and '\213' both register as alphanumeric characters although they are not ASCII, so while the parser accepts that the keyword is followed by a non-alphanumeric character, the generation scheme thinks that it should fail.
Since VHDL only accepts certain characters should consider limiting input type to parser: #49
Use of unicode characters causing issues with what the parser accepts as
an alphanumeric character and what the Haskell function "isAlphaNum"
returns.
See issue #49 for potential improvement to parser.
Fixed bug by changing random generator to check for alphanumeric
characters in a different way.
Closes#48.
See build #4
Input: "OF\241\ENQ"
The text was updated successfully, but these errors were encountered: