mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-01 11:28:33 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
abstract Lights = Dialogue ** {
|
||||
|
||||
fun
|
||||
Light : Kind ;
|
||||
Room : Kind ;
|
||||
SwitchOnIn : Oper2 Light Room ;
|
||||
SwitchOffIn : Oper2 Light Room ;
|
||||
SwitchOn : Oper1 Light ;
|
||||
SwitchOff : Oper1 Light ;
|
||||
|
||||
LivingRoom : Object Room ;
|
||||
Kitchen : Object Room ;
|
||||
|
||||
MorningMode : Move ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user