Skip to content

Commit

Permalink
NFC: Add doc for id-punct
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 265190168
  • Loading branch information
alinas authored and tensorflower-gardener committed Aug 24, 2019
1 parent 4da3741 commit 96e96e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/lib/Parser/Lexer.cpp
Expand Up @@ -318,6 +318,7 @@ Token Lexer::lexNumber(const char *tokStart) {
/// block-id ::= '^' suffix-id
/// type-id ::= '!' suffix-id
/// suffix-id ::= digit+ | (letter|id-punct) (letter|id-punct|digit)*
/// id-punct ::= `$` | `.` | `_` | `-`
///
Token Lexer::lexPrefixedIdentifier(const char *tokStart) {
Token::Kind kind;
Expand Down

0 comments on commit 96e96e0

Please sign in to comment.