DemoUrd added to resource demo

This commit is contained in:
aarne
2010-04-16 07:12:15 +00:00
parent be045d40fa
commit d61e872d84
2 changed files with 12 additions and 2 deletions

10
lib/src/demo/DemoUrd.gf Normal file
View File

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