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