1
0
forked from GitHub/gf-rgl

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 13e754b76b
commit 676ca1695e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
--# -path=.:../abstract:../common:../../prelude --# -path=.:../abstract:../common:../../prelude
concrete StructuralRus of Structural = CatRus ** concrete StructuralRus of Structural = CatRus **
open ResRus, MorphoRus, (P = ParadigmsRus), Prelude, NounRus, in { open ResRus, MorphoRus, (P = ParadigmsRus), Prelude, NounRus in {
flags optimize=all ; coding=utf8 ; flags optimize=all ; coding=utf8 ;

View File

@@ -12,7 +12,7 @@ concrete GrammarTha of Grammar =
-- ConjunctionTha, -- ConjunctionTha,
PhraseTha, PhraseTha,
-- TextX, -- TextX,
StructuralTha, StructuralTha
-- IdiomTha -- IdiomTha
** { ** {