Rain: tidying up a few stray definitions
This commit is contained in:
parent
cbd2ecf479
commit
0520f3aaa0
|
@ -32,7 +32,7 @@ $decimalDigit = [0-9]
|
|||
$hexDigit = [0-9 a-f A-F]
|
||||
|
||||
@reserved = "[" | "]" | "(" | ")" | "{" | "}"
|
||||
| ":" | "==" | "," | ";" | "&"
|
||||
| ":" | "==" | "," | ";"
|
||||
| "?" | "!" | "=" | "+=" | "-=" | "*=" | "/="
|
||||
| "+" | "-" | "*" | "/"
|
||||
| ">=" | "<="
|
||||
|
|
|
@ -61,7 +61,6 @@ sLeftR = reserved "("
|
|||
sRightR = reserved ")"
|
||||
sLeftC = reserved "{"
|
||||
sRightC = reserved "}"
|
||||
sEquality = reserved "=="
|
||||
sSemiColon = reserved ";"
|
||||
sColon = reserved ":"
|
||||
sComma = reserved ","
|
||||
|
|
Loading…
Reference in New Issue
Block a user