peace grammars patched to work with the new API

This commit is contained in:
aarne
2008-08-20 07:14:20 +00:00
parent b962c3a0d3
commit 090d30c26b
15 changed files with 94 additions and 77 deletions

View File

@@ -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) ; ;

View File

@@ -1,5 +1,5 @@
--# -path=.:present:prelude
concrete PeaceSyntax_Swe of PeaceSyntax = PeaceCat_Swe ** PeaceSyntaxI with
(Lang = LangSwe) ;
(Lang = LangSwe), (Constructors = ConstructorsSwe) ;