edits
[lambda.git] / code / parse.js
index 8856b16..e911aa4 100644 (file)
@@ -234,8 +234,8 @@ var make_parse = function () {
             } else {
                 t.first = [];
                 while (token.arity === "name" || token.id === "\\") {
-                      t.first.push(n);
-                      n = token;
+                   if (token.id !== "\\") {t.first.push(n);}
+                    n = token;
                     advance();
                 }
                                if (token.arity === "literal" && t.first.length === 0) {