edits
authorChris Barker <barker@kappa.(none)>
Sun, 26 Sep 2010 14:07:58 +0000 (10:07 -0400)
committerChris Barker <barker@kappa.(none)>
Sun, 26 Sep 2010 14:07:58 +0000 (10:07 -0400)
code/parse.js

index 8db784d..9034e46 100644 (file)
@@ -234,10 +234,10 @@ var make_parse = function () {
             } else {
                 t.first = [];
                 while (token.arity === "name" || token.id === "\\" || token.id === "lambda") {
             } else {
                 t.first = [];
                 while (token.arity === "name" || token.id === "\\" || token.id === "lambda") {
-                    if (not (token.id === "\\" || token.id === "lambda") {
+                   ;                    if (not (token.id === "\\" || token.id === "lambda") {
                       t.first.push(n);
                       n = token;
                       t.first.push(n);
                       n = token;
-                       }
+                     ;                 }
                     advance();
                 }
                                if (token.arity === "literal" && t.first.length === 0) {
                     advance();
                 }
                                if (token.arity === "literal" && t.first.length === 0) {