xo-reader2: DExpectFormalArglistSsm parses multiple formals
This commit is contained in:
parent
0f4e270707
commit
83d210b968
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ namespace xo {
|
|||
/** token representing period @c "." **/
|
||||
static Token dot() { return Token(tokentype::tk_dot); }
|
||||
/** token representing comma @c "," **/
|
||||
static Token comma() { return Token(tokentype::tk_comma); }
|
||||
static Token comma_token() { return Token(tokentype::tk_comma); }
|
||||
/** token representing colon @c ":" **/
|
||||
static Token colon_token() { return Token(tokentype::tk_colon); }
|
||||
/** token representing double-colo @c "::" **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue