From beb8cad7d868b5ef1eb74d8f0d50cb689db613ab Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 20 Jun 2009 13:50:34 +0000 Subject: the construct lin C t now replaces lock fields (in source code; still tempor used internally); lock fields removed from english resource as an example --- src/GF/Grammar/Parser.y | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/GF/Grammar/Parser.y') diff --git a/src/GF/Grammar/Parser.y b/src/GF/Grammar/Parser.y index e07ec8684..c25693652 100644 --- a/src/GF/Grammar/Parser.y +++ b/src/GF/Grammar/Parser.y @@ -423,6 +423,8 @@ Exp4 | 'strs' '{' ListExp '}' { Strs $3 } | '#' Patt2 { EPatt $2 } | 'pattern' Exp5 { EPattType $2 } + | 'lincat' Ident Exp5 { ELincat $2 $3 } + | 'lin' Ident Exp5 { ELin $2 $3 } | Exp5 { $1 } Exp5 :: { Term } -- cgit v1.2.3