On 4/4/20 5:48 AM, Akim Demaille wrote:
The yylex() function is an integer-valued function that
returns a token number representing the kind of token read.
That phrasing would suggest "yytoken_number_t", no? Although "yytoken_kind_t" is also good, and a bit shorter.
You suggested "yysymbol_kind_t", but it might be better to distinguish symbols from tokens here.
