edits
[lambda.git] / code / parse.js
index 4d2bc8d..72fda3e 100644 (file)
@@ -234,8 +234,8 @@ var make_parse = function () {
             } else {
                 t.first = [];
                 while (token.arity === "name") {
-                    t.first.push(n);
-                    n = token;
+                      t.first.push(n);
+                      n = token;
                     advance();
                 }
                                if (token.arity === "literal" && t.first.length === 0) {