Re: Tokens to patterns?

2021-01-03 Thread Maury Markowitz
> 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

GLR causing warning about _Noreturn in C99

2021-01-03 Thread Joe Nelson
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