mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
godis tram grammars, augmented with Fin
This commit is contained in:
34
examples/godis-tram/Common/GodisUserI.gf
Normal file
34
examples/godis-tram/Common/GodisUserI.gf
Normal file
@@ -0,0 +1,34 @@
|
||||
--# -path=.:prelude:resource-1.0/abstract:resource-1.0/common
|
||||
|
||||
incomplete concrete GodisUserI of GodisUser =
|
||||
open Prelude, GodisLang in {
|
||||
|
||||
lincat
|
||||
|
||||
S = SS;
|
||||
|
||||
Question = UserQuestion;
|
||||
Action = UserAction;
|
||||
Answer = UserAnswer;
|
||||
ShortAns = UserShortAns;
|
||||
Proposition = UserProposition;
|
||||
|
||||
lin
|
||||
|
||||
greet_S = {s = "hei"} ;
|
||||
quit_S = userQuit;
|
||||
|
||||
no_S = userNo;
|
||||
yes_S = userYes;
|
||||
|
||||
request_S x = x;
|
||||
answer_S x = x;
|
||||
ask_S x = x;
|
||||
shortans_S x = x;
|
||||
|
||||
not_prop_S = not_user_prop;
|
||||
not_shortans_S = not_user_short;
|
||||
|
||||
request_request_S = userCoordinate;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user