a simpler and better Demo file set for resource grammars

This commit is contained in:
aarne
2010-01-21 09:16:34 +00:00
parent 957da37e69
commit 26d0811a1a
42 changed files with 187 additions and 361 deletions

10
src/demo/DemoDut.gf Normal file
View File

@@ -0,0 +1,10 @@
--# -path=.:alltenses
concrete DemoDut of Demo = LangDut **
open LangDut in {
lin
AdjN ap n = AdjCN ap (UseN n) ;
AdAdj ad a = AdAP ad (PositA a) ;
}