From 59c97c72b08d5c1fcdcf392c4eda90fcc2a2e2fa Mon Sep 17 00:00:00 2001 From: Normunds Gruzitis Date: Sat, 18 Aug 2012 05:07:10 +0000 Subject: 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). --- examples/phrasebook/PhrasebookLav.gf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/phrasebook/PhrasebookLav.gf (limited to 'examples/phrasebook/PhrasebookLav.gf') diff --git a/examples/phrasebook/PhrasebookLav.gf b/examples/phrasebook/PhrasebookLav.gf new file mode 100644 index 000000000..93170159a --- /dev/null +++ b/examples/phrasebook/PhrasebookLav.gf @@ -0,0 +1,7 @@ +--# -path=.:present + +concrete PhrasebookLav of Phrasebook = GreetingsLav, WordsLav ** +open + SyntaxLav, + Prelude +in {} ; -- cgit v1.2.3