]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Use an explicit name for T_LEX_ERROR.
authorNick Bowler <nbowler@draconx.ca>
Thu, 22 Feb 2024 03:31:01 +0000 (22:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Feb 2024 03:31:01 +0000 (22:31 -0500)
commitda87235fd91665373a44dbc75b1750deaaf81abe
tree97b059dba7bddba6a6586d6ed63e66947aff4d3e
parent318e941af5ec3b0622212ba3d2968efd3c961587
libcdecl: Use an explicit name for T_LEX_ERROR.

The name of this token doesn't have to be anything in particular,
just something that won't appear in a real error message.  So we
can use a short string to reduce the string table size.
src/parse.y
tests/internal.at