From 5afe50894b7214b796d734d9caf20ee574157b42 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 25 Aug 2009 13:57:56 -0400 Subject: grid1 compiles but gets stuck in JS --- src/urweb.grm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/urweb.grm') diff --git a/src/urweb.grm b/src/urweb.grm index b954ba8c..37a74e5a 100644 --- a/src/urweb.grm +++ b/src/urweb.grm @@ -1087,6 +1087,13 @@ eterm : LPAREN eexp RPAREN (#1 eexp, s (LPARENleft, RPARENright)) (EField (e, ident), loc)) (EVar (#1 path, #2 path, Infer), s (pathleft, pathright)) idents end) + | LPAREN eexp RPAREN DOT idents (let + val loc = s (LPARENleft, identsright) + in + foldl (fn (ident, e) => + (EField (e, ident), loc)) + eexp idents + end) | AT path DOT idents (let val loc = s (ATleft, identsright) in -- cgit v1.2.3