edits
[lambda.git] / code / parse.js
index 72fda3e..8856b16 100644 (file)
@@ -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();