<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/example-based/ExampleDemo.hs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2018-11-28T18:22:19+00:00</updated>
<entry>
<title>Revert "remove the example-based folder. The code is still in the archive"</title>
<updated>2018-11-28T18:22:19+00:00</updated>
<author>
<name>John J. Camilleri</name>
<email>john@johnjcamilleri.com</email>
</author>
<published>2018-11-28T18:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e2401f32ca20f8ec9bea23df909139878ad3f8bf'/>
<id>urn:sha1:e2401f32ca20f8ec9bea23df909139878ad3f8bf</id>
<content type='text'>
This reverts commit 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007.
</content>
</entry>
<entry>
<title>remove the example-based folder. The code is still in the archive</title>
<updated>2018-11-28T13:34:15+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2018-11-28T13:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007'/>
<id>urn:sha1:05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment out some dead code found with -fwarn-unused-binds</title>
<updated>2015-08-28T13:59:43+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-08-28T13:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5bfaf10de597af504e6d2784309e533b09a6451c'/>
<id>urn:sha1:5bfaf10de597af504e6d2784309e533b09a6451c</id>
<content type='text'>
Also fixed some warnings and tightened some imports
</content>
</entry>
<entry>
<title>Eliminate mutual dependencies between the GF compiler and the PGF library</title>
<updated>2013-11-05T13:11:10+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-05T13:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3814841d7d3b77b3f033cb98c1c0a04ac39435d7'/>
<id>urn:sha1:3814841d7d3b77b3f033cb98c1c0a04ac39435d7</id>
<content type='text'>
+ References to modules under src/compiler have been eliminated from the PGF
  library (under src/runtime/haskell). Only two functions had to be moved (from
  GF.Data.Utilities to PGF.Utilities) to make this possible, other apparent
  dependencies turned out to be vacuous.

+ In gf.cabal, the GF executable no longer directly depends on the PGF library
  source directory, but only on the exposed library modules. This means that
  there is less duplication in gf.cabal and that the 30 modules in the
  PGF library will no longer be compiled twice while building GF.

  To make this possible, additional PGF library modules have been exposed, even
  though they should probably be considered for internal use only. They could
  be collected in a PGF.Internal module, or marked as "unstable", to make
  this explicit.

+ Also, by using the -fwarn-unused-imports flag, ~220 redundant imports were
  found and removed, reducing the total number of imports by ~15%.

</content>
</entry>
<entry>
<title>gfse: supply information about what's defined in the exampe language to the server functions for example-based grammar writing</title>
<updated>2011-11-02T16:54:22+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-11-02T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=312e602dfe69fc6d391d58d715fccad6c1ed1023'/>
<id>urn:sha1:312e602dfe69fc6d391d58d715fccad6c1ed1023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example-based: use random generation for the examples</title>
<updated>2011-10-17T13:51:25+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-10-17T13:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d4ee4a6133c2ce54460fc031576d7ef905c7261e'/>
<id>urn:sha1:d4ee4a6133c2ce54460fc031576d7ef905c7261e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>example-based grammar writing: avoid a problem by returning Nothing instead of calling error</title>
<updated>2011-10-04T10:04:01+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-10-04T10:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5f0d4079685610208216cc9d7f192e290df2b8e1'/>
<id>urn:sha1:5f0d4079685610208216cc9d7f192e290df2b8e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gfse: browser compatibility fixes</title>
<updated>2011-10-03T12:28:49+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-10-03T12:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7402ff24293c7bd1bcdabdef8681333081eeb3c2'/>
<id>urn:sha1:7402ff24293c7bd1bcdabdef8681333081eeb3c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Example-based grammar writing: fix problems caused by the use of exprToAPI</title>
<updated>2011-09-29T15:19:03+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-09-29T15:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bb585fef2cf88eeac08ee6f77de1f0ea8130b396'/>
<id>urn:sha1:bb585fef2cf88eeac08ee6f77de1f0ea8130b396</id>
<content type='text'>
The editor needs to keep track of both the raw term and the nice term returned
by exprToAPI. (Manually constructed linearization rules will now have the
raw term and can not be tested.)

Also replace metavariables in generalized terms with the apropriate parameter
from the linearization rule.

Also fix communication problems caused by inconsistent use of show/read vs
showExpr/readExpr.
</content>
</entry>
<entry>
<title>Server-side support for example-based grammar writing</title>
<updated>2011-09-27T18:59:54+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-09-27T18:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=b9b353795bec6ea9155d086e109485c960ee5397'/>
<id>urn:sha1:b9b353795bec6ea9155d086e109485c960ee5397</id>
<content type='text'>
</content>
</entry>
</feed>
