introducing multiple inheritance

This commit is contained in:
aarne
2004-09-15 14:36:27 +00:00
parent 7697b222d0
commit a25ee154e7
43 changed files with 208 additions and 73 deletions

7
grammars/multiple/Top.gf Normal file
View File

@@ -0,0 +1,7 @@
abstract Top = User, System ** {
cat
Move ;
fun
MUser : Query -> Move ;
MSystem : Reply -> Move ;
}