Matthewar / ASV

A Haskell VHDL Simulation Tool
GNU General Public License v3.0
0 stars 0 forks source link

String Input Limitations #49

Open Matthewar opened 6 years ago

Matthewar commented 6 years ago

VHDL only parses ISO 646-1983 characters (according to 1076-1987). It may be benefitial to change the input type to the parser to restrict this accordingly.

Matthewar commented 5 years ago

As issue #53 has been completed, this should be mostly resolved.

Perhaps evaluate changing the conditions of the input parser depending on the version of VHDL used. See linked issue for more details on the differences of the character sets in varying VHDL versions.