hmm, this should have been in the last commit. Oops.

This commit is contained in:
Tim Chevalier 2011-08-24 14:29:08 -07:00
parent c6155d1fd1
commit da766791d3

View file

@ -173,6 +173,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
words.insert("fn", ());
words.insert("block", ());
words.insert("lambda", ());
words.insert("pred", ()); // FIXME: remove
words.insert("pure", ());
words.insert("iter", ());
words.insert("block", ());