Rain: tidying up a few stray definitions

This commit is contained in:
Neil Brown 2007-08-23 20:08:20 +00:00
parent cbd2ecf479
commit 0520f3aaa0
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ $decimalDigit = [0-9]
$hexDigit = [0-9 a-f A-F]
@reserved = "[" | "]" | "(" | ")" | "{" | "}"
| ":" | "==" | "," | ";" | "&"
| ":" | "==" | "," | ";"
| "?" | "!" | "=" | "+=" | "-=" | "*=" | "/="
| "+" | "-" | "*" | "/"
| ">=" | "<="

View File

@ -61,7 +61,6 @@ sLeftR = reserved "("
sRightR = reserved ")"
sLeftC = reserved "{"
sRightC = reserved "}"
sEquality = reserved "=="
sSemiColon = reserved ";"
sColon = reserved ":"
sComma = reserved ","