mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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_Swe of PeaceLexCommon =
|
||||
PeaceCat_Swe ** PeaceLexCommonI with (Lang = LangSwe) ;
|
||||
PeaceCat_Swe ** PeaceLexCommonI with
|
||||
(Lang = LangSwe), (Constructors = ConstructorsSwe) ; ;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--# -path=.:present:prelude
|
||||
|
||||
concrete PeaceSyntax_Swe of PeaceSyntax = PeaceCat_Swe ** PeaceSyntaxI with
|
||||
(Lang = LangSwe) ;
|
||||
(Lang = LangSwe), (Constructors = ConstructorsSwe) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user