-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grammar: use pipe_tok to disambiguate 'or' token from '|'
Also, make use of `_hex_digit` token and remove unused `_decimal_lit` token. This commit fixes the following errors reported by the latest Go version of Textmapper. $ textmapper generate ll.tm ll.tm:591:1: '|' and 'or' get the same ID in generated code ll.tm:126:1: unused pattern '_decimal_lit' ll.tm:28:1: unused pattern '_hex_digit' Updates inspirer/textmapper#31 and inspirer/textmapper#35.
- Loading branch information
Showing
1 changed file
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters