1
0
forked from GitHub/gf-core

reimplemented Combinators with Constructors in next-resource

This commit is contained in:
aarne
2008-09-13 10:18:52 +00:00
parent 04e8c2458e
commit c3ea6a7399
18 changed files with 119 additions and 70 deletions

View File

@@ -1,3 +1,6 @@
--# -path=.:alltenses:prelude
resource CombinatorsIta = Combinators with (Grammar = GrammarIta) ;
resource CombinatorsIta = Combinators with
(Cat = CatIta),
(Structural = StructuralIta),
(Constructors = ConstructorsIta) ;