Karin C's example

This commit is contained in:
aarne
2004-09-16 14:47:18 +00:00
parent d5c0814180
commit e2f00638e2
55 changed files with 2212 additions and 4 deletions

13
grammars/video/all.gf Normal file
View File

@@ -0,0 +1,13 @@
-- wrapper module containing both User's and System's grammars. AR 16/9/2004
abstract all = specUser,specSystem ** {
-- Suggestion: use different categories for system's and user's moves
-- and bring them together only here; now both use DMove
-- cat Move ;
-- fun userMove : UMove -> Move ;
-- fun systemMove : SMove -> Move ;
} ;