edits
authorChris Barker <barker@kappa.(none)>
Sun, 26 Sep 2010 14:14:10 +0000 (10:14 -0400)
committerChris Barker <barker@kappa.(none)>
Sun, 26 Sep 2010 14:14:10 +0000 (10:14 -0400)
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();
                 }