From 8b4a4326c5380dc6169feaa316278c042e25d1a4 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sun, 26 Sep 2010 10:07:58 -0400 Subject: [PATCH 1/1] edits --- code/parse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/parse.js b/code/parse.js index 8db784d5..9034e460 100644 --- a/code/parse.js +++ b/code/parse.js @@ -234,10 +234,10 @@ var make_parse = function () { } else { t.first = []; while (token.arity === "name" || token.id === "\\" || token.id === "lambda") { - if (not (token.id === "\\" || token.id === "lambda") { + ; if (not (token.id === "\\" || token.id === "lambda") { t.first.push(n); n = token; - } + ; } advance(); } if (token.arity === "literal" && t.first.length === 0) { -- 2.11.0