From: Chris Barker Date: Sun, 26 Sep 2010 14:12:19 +0000 (-0400) Subject: edits X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=934f19eef90e5474be0af07e7400867538068bc9;ds=sidebyside edits --- diff --git a/code/parse.js b/code/parse.js index 72fda3e6..8856b164 100644 --- a/code/parse.js +++ b/code/parse.js @@ -233,7 +233,7 @@ var make_parse = function () { return t; } else { t.first = []; - while (token.arity === "name") { + while (token.arity === "name" || token.id === "\\") { t.first.push(n); n = token; advance();