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

index e911aa4..e3940b4 100644 (file)
@@ -234,8 +234,10 @@ var make_parse = function () {
             } else {
                 t.first = [];
                 while (token.arity === "name" || token.id === "\\") {
             } 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) {
                     advance();
                 }
                                if (token.arity === "literal" && t.first.length === 0) {