> On Dec 31, 2020, at 8:27 AM, Christian Schoenebeck
> wrote:
> How would you expect an auto token definition to work?
First: thanks for verifying that I simply wasn't missing something obvious.
Second: I'm not sure how to answer your question directly, but it seems to open
a larger brain-dump
When I enable %glr-parser, it generates two functions marked with
_Noreturn:
_Noreturn static void
yyFail (yyGLRStack* yystackp, void *scanner, const char* yymsg)
_Noreturn static void
yyMemoryExhausted (yyGLRStack* yystackp)
Since my compile flags include -std=c9