summaryrefslogtreecommitdiff
path: root/examples/foods
AgeCommit message (Collapse)Author
2018-07-04Remove examples directory; these now live in gf-contribJohn J. Camilleri
All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing.
2016-04-08fix in FoodsMkd.gfkrasimir
2016-04-07fixed Foods grammar for Macedoniankrasimir
2016-04-05Foods grammar for Macedonian. Probably not quite correctkrasimir
2015-09-10example/foods/FoodsIce.gf: converted from Latin-1 to UTF-8 encodinghallgren
2015-07-28FoodsTur.gf: use Predef.BIND instead of "&+"hallgren
...for better results when used with the C run-time system.
2015-05-21Omit -optimize-pgf when compiling small example grammarshallgren
The minibar lets the user choose any category as the start category, but this can lead to run-time errors for grammars compiled with -optimize-pgf. The problem can also be observed in the GF shell. For example, "linearize Fish" (which means that the start category is Kind) fails for some languages when Foods.pgf is compiled with -optimize-pgf.
2013-11-29examples/foods: remove all -path flagshallgren
All languages n the Foods grammar compile fine with alltenses.
2013-11-22examples/foods: add --# -coding=latin1hallgren
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
2013-09-16Remove contribs and examplesjohn.j.camilleri
Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb