[erlang-questions] Leex dot

datacompboy datacompboy@REDACTED
Thu Dec 7 05:56:52 CET 2006


Hi guys.

I have small leex parser, one of state it have is 

. : YYlen, YYtcs, YYline, {token, {char, YYline, hd(YYtext)}}.

so i want ALL unknown to rest of parser part traverse to yecc as 'char' atom.
But generated state is 
yystate(50, [C|Ics], Line, Tlen, _Action, _Alen) when C >= $



More information about the erlang-questions mailing list