mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# `/examples`
|
||||
|
||||
All contributions (`contrib` and `examples` folders) have now been
|
||||
moved to a separate git repository at:
|
||||
|
||||
@@ -10,5 +12,5 @@ have some toy grammars to play with.
|
||||
Any updates to these grammars should be made at the gf-contrib repository
|
||||
above; changes will be copied from there to here manually.
|
||||
|
||||
John J. Camilleri
|
||||
John J. Camilleri,
|
||||
2013-09-16
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
concrete WordsDut of Words = SentencesDut **
|
||||
open SyntaxDut, (P = ParadigmsDut), (I = IrregDut), (L = LexiconDut), (R=ResDut), ExtraDut, Prelude in {
|
||||
open SyntaxDut, (P = ParadigmsDut), (I = IrregDut), (L = LexiconDut), (R=ResDut), (E=ExtendDut), Prelude in {
|
||||
|
||||
lin
|
||||
|
||||
@@ -173,7 +173,7 @@ ik ga te voet/ ik ga lopend
|
||||
-- miscellaneous
|
||||
|
||||
QWhatName p = mkQS (mkQCl how_IAdv (mkCl p.name I.heten_V)) ; --hoe heet je
|
||||
QWhatAge p = mkQS (mkQCl (ICompAP (mkAP L.old_A)) p.name) ;
|
||||
QWhatAge p = mkQS (mkQCl (E.ICompAP (mkAP L.old_A)) p.name) ;
|
||||
HowMuchCost item = mkQS (mkQCl how8much_IAdv (mkCl item (P.mkV "kosten"))) ; --hoeveel kost...
|
||||
ItCost item price = prop (mkCl item (P.mkV2 (P.mkV "kosten")) price) ; --..item.. kost ..price..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user