Hi,
Does the TLex object handle things like embedded strings? E.g. with the proper delimiters/tokens/ids, can it understand the 5 terminals from
cWelcomeMessage := "Hi, Welcome to Fivewin, friend!"
as
cWelcomeMessage
:=
"Hi"
"Welcome to Fivewin"
"friend!"
or
?? 5, "six", "seven and eight"
as
??
5
"six"
"seven and eight"
? Can it do that?