1
0
forked from GitHub/gf-core

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 5597cff5cb
commit a391c69fd3
16 changed files with 1031 additions and 4915 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