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

View File

@@ -1,8 +1,8 @@
DisambPhrasebookEng :
PhrasebookEng :
PhrasebookFin :
PhrasebookFre : AHasRoom AHasTable AReady Cheap Cinema Hotel PSeeYou PSeeYouPlace Park School Shop Suspect Theatre Tomorrow University
PhrasebookGer : AHasAge AHasChildren AHasRoom AHasTable AMarried AReady Bar Cheap Chicken Children Cinema Coffee Daughter Dollar Flemish GNiceToMeetYou Hotel Husband Lei Meat Museum PSeeYou PSeeYouPlace Park QWhatAge Romanian School Shop Son Suspect Swedish SwedishCrown Tea Theatre Toilet Tomorrow Wife
PhrasebookFre :
PhrasebookGer : Bar Chicken Cinema Coffee Dollar GNiceToMeetYou Hotel Lei Meat Museum PSeeYou PSeeYouPlace Park School Shop Suspect Tea Theatre Toilet
PhrasebookIta :
PhrasebookRon : AHungry AThirsty Flemish GExcusePol GPleaseGivePol GSorryPol
PhrasebookSwe :

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) ;
}