mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
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).
This commit is contained in:
7
examples/phrasebook/PhrasebookLav.gf
Normal file
7
examples/phrasebook/PhrasebookLav.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:present
|
||||
|
||||
concrete PhrasebookLav of Phrasebook = GreetingsLav, WordsLav **
|
||||
open
|
||||
SyntaxLav,
|
||||
Prelude
|
||||
in {} ;
|
||||
Reference in New Issue
Block a user