extended dialogue example

This commit is contained in:
aarne
2006-05-16 20:44:33 +00:00
parent 5082ebd0f4
commit 29d04d8a90
16 changed files with 369 additions and 34 deletions

View File

@@ -0,0 +1,19 @@
--# -path=.:present:prelude
concrete LightsFre of Lights =
DialogueFre ** open LangFre, ParadigmsFre, IrregFre, AuxFre in {
lin
Light = UseN (regN "lampe") ;
Room = UseN (regN "chambre") ;
SwitchOnIn = dirV3 (regV "allumer") (mkPreposition "dans") ;
SwitchOffIn = dirV3 éteindre_V2 (mkPreposition "dans") ;
SwitchOn = dirV2 (regV "allumer") ;
SwitchOff = dirV2 éteindre_V2 ;
LivingRoom = defN (regN "salon") ;
Kitchen = defN (regN "cuisine") ;
MorningMode = mkMove ["le mode matinal"] ;
}