Skip to content

Commit

Permalink
Update and organize the Keywords table
Browse files Browse the repository at this point in the history
* Add two missing keywords, `Self` and `proc`
* Fix some mis-alphabetized keywords
  • Loading branch information
mbrubeck committed Apr 23, 2015
1 parent 65f8899 commit 17390a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/doc/reference.md
Expand Up @@ -196,10 +196,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
| fn | for | if | impl | in |
| let | loop | macro | match | mod |
| move | mut | offsetof | override | priv |
| pub | pure | ref | return | sizeof |
| static | self | struct | super | true |
| trait | type | typeof | unsafe | unsized |
| use | virtual | where | while | yield |
| proc | pub | pure | ref | return |
| Self | self | sizeof | static | struct |
| super | trait | true | type | typeof |
| unsafe | unsized | use | virtual | where |
| while | yield | | | |


Each of these keywords has special meaning in its grammar, and all of them are
Expand Down

0 comments on commit 17390a1

Please sign in to comment.