]> git.draconx.ca Git - cdecl99.git/commitdiff
libcdecl: Combine scanner rules for punctuation.
authorNick Bowler <nbowler@draconx.ca>
Sun, 9 Jul 2023 20:51:29 +0000 (16:51 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 10 Jul 2023 06:01:59 +0000 (02:01 -0400)
Use a single rule to match all punctuation, with a lookup table to
return the correct token.  This gives a small size reduction for
the scanner.


No differences found