summaryrefslogtreecommitdiff
path: root/src/GF/Grammar/Parser.y
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-06-20 13:50:34 +0000
committeraarne <aarne@chalmers.se>2009-06-20 13:50:34 +0000
commitbeb8cad7d868b5ef1eb74d8f0d50cb689db613ab (patch)
tree8c0f93c7f2d26e37d22aa3bac37732336d0614c6 /src/GF/Grammar/Parser.y
parent48c755597598fc4656603a90997ebe484488a8f9 (diff)
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
Diffstat (limited to 'src/GF/Grammar/Parser.y')
-rw-r--r--src/GF/Grammar/Parser.y2
1 files changed, 2 insertions, 0 deletions
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 }