mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
use new parser which supports the syntax in GF.Grammar.Grammar directly
This commit is contained in:
@@ -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 ;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ concrete GrammarTha of Grammar =
|
|||||||
-- ConjunctionTha,
|
-- ConjunctionTha,
|
||||||
PhraseTha,
|
PhraseTha,
|
||||||
-- TextX,
|
-- TextX,
|
||||||
StructuralTha,
|
StructuralTha
|
||||||
-- IdiomTha
|
-- IdiomTha
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user