mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
peace grammars patched to work with the new API
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete PeaceLexCommon_Eng of PeaceLexCommon =
|
||||
PeaceCat_Eng ** PeaceLexCommonI with (Lang = LangEng) ;
|
||||
PeaceCat_Eng ** PeaceLexCommonI with (Lang = LangEng),
|
||||
(Constructors = ConstructorsEng) ;
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete PeaceSyntax_Eng of PeaceSyntax = PeaceCat_Eng ** PeaceSyntaxI with
|
||||
(Constructors = ConstructorsEng),
|
||||
(Lang = LangEng) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user