From 934f19eef90e5474be0af07e7400867538068bc9 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sun, 26 Sep 2010 10:12:19 -0400 Subject: [PATCH] edits --- code/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0