1
0
forked from GitHub/gf-core

rename MetaSymb in GF.Grammar.Grammar to MetaId to match the convention in PGF

This commit is contained in:
krasimir
2009-09-20 10:28:27 +00:00
parent 73e11a60c5
commit 7c805b8ff7
9 changed files with 20 additions and 86 deletions

View File

@@ -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