update protected names

This commit is contained in:
collin 2020-07-16 01:06:29 -07:00
parent 0fd7422b68
commit 6f2e468771

View File

@ -11,17 +11,23 @@ identifier = @{ ((!protected_name ~ ASCII_ALPHA) | (protected_name ~ (ASCII_ALPH
protected_name = {
"address"
| "as"
| "circuit"
| "const"
| "else"
| "false"
| "function"
| "field"
| "for"
| "function"
| "group"
| "if"
| "import"
| "in"
| "let"
| "mut"
| "return"
| "static"
| "string"
| "test"
| "true"
}