From: Chris Barker Date: Sun, 26 Sep 2010 14:14:10 +0000 (-0400) Subject: edits X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=466e57fc9e1c65c5b8c092ca8be03a4c69031f16;ds=sidebyside edits --- diff --git a/code/parse.js b/code/parse.js index 08bc9a0e..e911aa42 100644 --- a/code/parse.js +++ b/code/parse.js @@ -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(); }