]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Remove magic T_ENGLISH token.
authorNick Bowler <nbowler@draconx.ca>
Fri, 21 Jul 2023 03:23:00 +0000 (23:23 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 21 Jul 2023 03:23:00 +0000 (23:23 -0400)
commitb9035928d16d032db1882d54ecb481352bd56047
tree8f4e7b391247ea1bc990c73861626e11c9636f6a
parent41ff7ec97691736525bb3da095afd5ca9a8ef003
libcdecl: Remove magic T_ENGLISH token.

This token is pointless, all english syntax is already sufficiently
distinguished by the T_DECLARE and T_TYPE tokens, which are only
returned by the scanner in english mode.
src/parse.y
src/scan.l