Files
gf-core/examples/phrasebook/PhrasebookLav.gf
Normunds Gruzitis 1e1298b828 First (public) version of PhrasebookLav
Tested on Actions:
- Temp: AHasName, ALike.
- ToDo: AHasAge, AHasChildren, AHasRoom, AHasTable.
- FixMe (in the resource grammar):
+ YouPolMale/YouPolFemale agreement (AHungry, AIll, AMarried, AReady, AScared, AThirsty, ATired);
+ Missing commas in multiple ObjAndObj constructions (AWant);
+ Use (the currently missing) Irreg_Give (AWantGo).
2012-08-18 05:07:10 +00:00

8 lines
126 B
Plaintext

--# -path=.:present
concrete PhrasebookLav of Phrasebook = GreetingsLav, WordsLav **
open
SyntaxLav,
Prelude
in {} ;