From a71aed81fd2abe142aa71ba75f59bb21a3afbd1e Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 25 May 2009 12:19:32 +0000 Subject: fixed pre expressions, parsing {} patterns, and the path in resource Make.hs --- src/GF/Grammar/Parser.y | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GF/Grammar') diff --git a/src/GF/Grammar/Parser.y b/src/GF/Grammar/Parser.y index 1a9723c28..e07ec8684 100644 --- a/src/GF/Grammar/Parser.y +++ b/src/GF/Grammar/Parser.y @@ -483,6 +483,7 @@ Patt2 | '#' Ident '.' Ident { PM $2 $4 } | '_' { PW } | Ident { PV $1 } + | '{' Ident '}' { PC $2 [] } | Ident '.' Ident { PP $1 $3 [] } | Integer { PInt $1 } | Double { PFloat $1 } -- cgit v1.2.3