For #2229, recognize 'again' in place of 'cont', final change pending snapshot.

This commit is contained in:
Graydon Hoare 2012-07-06 15:46:31 -07:00
parent e20f63d095
commit ceac155211
19 changed files with 34 additions and 34 deletions

View file

@ -304,8 +304,7 @@ fn contextual_keyword_table() -> hashmap<str, ()> {
fn restricted_keyword_table() -> hashmap<str, ()> {
let words = str_hash();
let keys = ~[
"alt",
"assert",
"alt", "again", "assert",
"break",
"check", "claim", "class", "const", "cont", "copy",
"do", "drop",