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 }
|
| '*' { STAR }
|
||||||
| ',' { COMMA }
|
| ',' { COMMA }
|
||||||
| '.' { DOT }
|
| '.' { DOT }
|
||||||
| '\\' {BACKSLASH }
|
| '\\' { BACKSLASH }
|
||||||
| ":=" { ASSIGN }
|
| ":=" { ASSIGN }
|
||||||
| '!' { EXCLA }
|
| '!' { EXCLA }
|
||||||
|
|
||||||
|
|
Reference in a new issue