O
Ole Nielsby
Guest
I'm writing a lexer for VHDL and I don't know how to treat the ' char.
It can be used both for character literals and as an operator similar to ::
or .
in C++ if I understand correctly. How would a lexer decide?
It can be used both for character literals and as an operator similar to ::
or .
in C++ if I understand correctly. How would a lexer decide?