mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
Karin C's example
This commit is contained in:
13
grammars/video/all.gf
Normal file
13
grammars/video/all.gf
Normal 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 ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user