X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fparse.js;fp=code%2Fparse.js;h=e911aa42e59bc3fd882249d3d677bd25787866fd;hp=08bc9a0ede9545529a2135c8447209d6032de8c4;hb=466e57fc9e1c65c5b8c092ca8be03a4c69031f16;hpb=9731d7ed813516ee7c8c7ee8f24f3295789295d3 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(); }