Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.

This commit is contained in:
Michael Sullivan
2012-06-25 20:00:46 -07:00
parent c087aaf56b
commit 329eca6044
418 changed files with 4123 additions and 4034 deletions

View File

@@ -260,7 +260,7 @@ fn contextual_keyword_table() -> hashmap<str, ()> {
"with",
/* temp */
"sep", "many", "at_least_one", "parse"
];
]/~;
for keys.each {|word|
words.insert(word, ());
}
@@ -298,7 +298,7 @@ fn restricted_keyword_table() -> hashmap<str, ()> {
"true", "trait", "type",
"unchecked", "unsafe",
"while"
];
]/~;
for keys.each {|word|
words.insert(word, ());
}