fmt
This commit is contained in:
parent
5692c73984
commit
dc34c9f194
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ rule token = parse
|
|||
| '*' { STAR }
|
||||
| ',' { COMMA }
|
||||
| '.' { DOT }
|
||||
| '\\' {BACKSLASH }
|
||||
| '\\' { BACKSLASH }
|
||||
| ":=" { ASSIGN }
|
||||
| '!' { EXCLA }
|
||||
|
||||
|
|
Reference in a new issue