Skip to content

Commit ada8db5

Browse files
committed
---
yaml --- r: 13752 b: refs/heads/try c: 6763051 h: refs/heads/master v: v3
1 parent 19cb00b commit ada8db5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: bd17319b413258966368ea0926e8815d30add281
5+
refs/heads/try: 67630519323936c3ea492370a6dca0aa3aa1ee9e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/comp/syntax/parse/parser.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import core::{vec, str, option, either, result};
32
import std::{io, fs};
43
import option::{some, none};
@@ -150,7 +149,9 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
150149
"cont", "ret", "be", "fail", "type", "resource", "check",
151150
"assert", "claim", "native", "fn", "pure",
152151
"unsafe", "import", "export", "let", "const",
153-
"log", "copy", "sendfn", "impl", "iface", "enum"] {
152+
"log", "copy", "sendfn", "impl", "iface", "enum",
153+
"m32", "m64", "m128", "f80", "f16", f128",
154+
"class", "trait"] {
154155
words.insert(word, ());
155156
}
156157
words

0 commit comments

Comments
 (0)