use new parser which supports the syntax in GF.Grammar.Grammar directly

This commit is contained in:
krasimir
2009-03-16 14:10:30 +00:00
parent fe5afb1cd1
commit 6f733230dd
18 changed files with 1033 additions and 4917 deletions

View File

@@ -617,9 +617,7 @@ executable gf
extensions:
main-is: GF.hs
other-modules:
GF.Grammar.ReservedWords
GF.Data.BacktrackM
GF.Source.LexGF
GF.Source.AbsGF
GF.Source.PrintGF
GF.JavaScript.AbsJS
@@ -632,7 +630,6 @@ executable gf
GF.Data.Assoc
GF.Compile.GenerateFCFG
GF.Data.ErrM
GF.Source.ParGF
GF.Data.Operations
GF.Infra.Ident
GF.Grammar.Predef
@@ -647,6 +644,8 @@ executable gf
GF.Command.Parse
GF.Command.Importing
GF.Infra.Modules
GF.Grammar.Lexer
GF.Grammar.Parser
GF.Grammar.Grammar
GF.Source.GrammarToSource
GF.Grammar.Values