svstuff / systemverilog

SystemVerilog stuff and stuff.
http://svstuff.github.io/systemverilog
MIT License
11 stars 4 forks source link

string-literal rule must include special literal tokens #5

Closed svstuff closed 9 years ago

svstuff commented 9 years ago

Commit 4a71c2f13038decb93c6e659eeec16605938c487 removed some semantic predicates in favour of doing this in the lexer. However these new tokens must be included in the grammar rule for string literals.