From a29a8e4f60960122874c737d32e9d41a3575208b Mon Sep 17 00:00:00 2001 From: krasimir Date: Sun, 20 Sep 2009 10:28:27 +0000 Subject: rename MetaSymb in GF.Grammar.Grammar to MetaId to match the convention in PGF --- src/GF/Grammar/Parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Grammar/Parser.y') diff --git a/src/GF/Grammar/Parser.y b/src/GF/Grammar/Parser.y index 90e035a02..76458209c 100644 --- a/src/GF/Grammar/Parser.y +++ b/src/GF/Grammar/Parser.y @@ -437,7 +437,7 @@ Exp6 | String { K $1 } | Integer { EInt $1 } | Double { EFloat $1 } - | '?' { Meta (int2meta 0) } + | '?' { Meta 0 } | '[' ']' { Empty } | '[' Ident Exps ']' { foldl App (Vr (mkListId $2)) $3 } | '[' String ']' { case $2 of -- cgit v1.2.3