X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=code%2Fparse.js;h=8856b164aa86b96acf69000016995b3f039779fe;hp=72fda3e67f6bd2c7ef26c162b2b0854d0dac2a9a;hb=934f19eef90e5474be0af07e7400867538068bc9;hpb=af5b07b20b0791bc0f386f71f98475c9d7c9e4e0 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();