VHDL-LS / rust_hdl

Other
346 stars 64 forks source link

Decimal bit string literal does not allow underscores #332

Closed Schottkyc137 closed 3 months ago

Schottkyc137 commented 3 months ago

The bit string literal

64D"1_0"

gives the error message "Illegal digit '_' for base 10", however this is legal in VHDL-2008.