<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/compiler/GF/Compile/ExampleBased.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>2013-11-05T13:11:10+00:00</updated>
<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>moved PGF.ToApi to GF.Compile.ToAPI</title>
<updated>2010-12-07T18:05:13+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2010-12-07T18:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=dd6e0b17307475a614b3d36d7f0f0816968bfa40'/>
<id>urn:sha1:dd6e0b17307475a614b3d36d7f0f0816968bfa40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>printing option -api in the eb command</title>
<updated>2010-12-06T10:49:38+00:00</updated>
<author>
<name>aarne</name>
<email>aarne@chalmers.se</email>
</author>
<published>2010-12-06T10:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1f75143d6c8515bc459110d9512b903140f3882e'/>
<id>urn:sha1:1f75143d6c8515bc459110d9512b903140f3882e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added explicit depth parameter to the parsing API and the corresponding command in the shell</title>
<updated>2010-10-18T16:51:25+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-10-18T16:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=775e59dabeb6d1e15a3c1c80d7578a865121b9cf'/>
<id>urn:sha1:775e59dabeb6d1e15a3c1c80d7578a865121b9cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor the API for random generation again. Now PGF contains probabilities in the abstract syntax</title>
<updated>2010-10-02T13:03:57+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-10-02T13:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=cb8795c222ae86e4561e1009c382fe0b87e22b62'/>
<id>urn:sha1:cb8795c222ae86e4561e1009c382fe0b87e22b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>native representation for HOAS in PMCFG and incremental type checking of the parse forest</title>
<updated>2010-08-09T10:10:08+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-08-09T10:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=b0e110cf4f7c6e43d044f05fdedde3ffaabb9843'/>
<id>urn:sha1:b0e110cf4f7c6e43d044f05fdedde3ffaabb9843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>report type errors in the shell from command "p"</title>
<updated>2010-07-07T12:23:21+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-07-07T12:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=95f1d40c5636d6e9ba8d4877d044b83f41bbbf65'/>
<id>urn:sha1:95f1d40c5636d6e9ba8d4877d044b83f41bbbf65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>redesign the open-literals API</title>
<updated>2010-07-01T08:51:59+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-07-01T08:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5ae7be358daf169a3852d93f36c30c4ce7d0363e'/>
<id>urn:sha1:5ae7be358daf169a3852d93f36c30c4ce7d0363e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>for backward compatibility we have the old parse function again. the old functionality is exposed by parse_</title>
<updated>2010-04-30T20:18:26+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-04-30T20:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9e7b914c3c5384feed3981acae89afaa7402e92b'/>
<id>urn:sha1:9e7b914c3c5384feed3981acae89afaa7402e92b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first incarnation of the bracketed string API</title>
<updated>2010-04-30T14:36:06+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-04-30T14:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=8460598801b644f323db0b7d7ca879e3acb9215b'/>
<id>urn:sha1:8460598801b644f323db0b7d7ca879e3acb9215b</id>
<content type='text'>
</content>
</entry>
</feed>
