edit
[lambda.git] / code / parse.js
index 08bc9a0..e3940b4 100644 (file)
@@ -234,8 +234,10 @@ var make_parse = function () {
             } else {
                 t.first = [];
                 while (token.arity === "name" || token.id === "\\") {
-                   if (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) {