1
0
forked from GitHub/gf-rgl

removed inheritance of Numerals in Syntax, added Combinators (for all langs now)

This commit is contained in:
aarne
2008-09-13 06:33:42 +00:00
parent 555f6a10f6
commit 24ba17ba39
27 changed files with 58 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:alltenses:prelude
instance SyntaxCat of Syntax = ConstructorsCat, CatCat, StructuralCat, NumeralCat ;
instance SyntaxCat of Syntax = ConstructorsCat, CatCat, StructuralCat, CombinatorsCat ;