reimplemented Combinators with Constructors in next-resource

This commit is contained in:
aarne
2008-09-13 10:18:52 +00:00
parent defc63935a
commit e83a3a76f1
18 changed files with 119 additions and 70 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
--# -path=.:alltenses:prelude
resource CombinatorsSwe = Combinators with (Grammar = GrammarSwe) ;
resource CombinatorsSwe = Combinators with
(Cat = CatSwe),
(Structural = StructuralSwe),
(Constructors = ConstructorsSwe) ;