mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-25 02:59:38 +00:00
6692df8992
The yychar variable was keeping the external form of the token (the TokenKind). As the D parser translates the token to its internal form (the SymbolKind) inside the struct Symbol, there is no need for yychar anymore. * data/examples/lalr1.d (yychar): Remove. Use only yytoken.