X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fparse.js;h=72fda3e67f6bd2c7ef26c162b2b0854d0dac2a9a;hp=4d2bc8d6b027d3b40b96d12737b8c33b5fa11b3f;hb=af5b07b20b0791bc0f386f71f98475c9d7c9e4e0;hpb=492cb946fbc21f0d3db9de9bd57bd755bf4ca620 diff --git a/code/parse.js b/code/parse.js index 4d2bc8d6..72fda3e6 100644 --- a/code/parse.js +++ b/code/parse.js @@ -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) {