<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/compiler/GF/Compile/Compute/AppPredefined.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>2019-09-20T14:15:28+00:00</updated>
<entry>
<title>more dead code</title>
<updated>2019-09-20T14:15:28+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2019-09-20T14:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=30eef61f0a400d6b9ec77721620e13b8132a9c2c'/>
<id>urn:sha1:30eef61f0a400d6b9ec77721620e13b8132a9c2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert from Text.PrettyPrint to GF.Text.Pretty</title>
<updated>2014-07-28T11:58:00+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-07-28T11:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7a91afc02a0a245bf9fea248e61421a75c22137d'/>
<id>urn:sha1:7a91afc02a0a245bf9fea248e61421a75c22137d</id>
<content type='text'>
All compiler modules now use GF.Text.Pretty instead of Text.PrettyPrint
</content>
</entry>
<entry>
<title>Commment code and options relating to the old partial evaluator</title>
<updated>2013-11-29T16:26:49+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-29T16:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7d1c01138998497e70008b03c3b09b508850cb32'/>
<id>urn:sha1:7d1c01138998497e70008b03c3b09b508850cb32</id>
<content type='text'>
This means that the -old-comp and -new-comp flags are not recognized anymore.

The only functional difference is that printnames were still normalized with
the old partial evaluator. Now that is done with the new partial evaluator.
</content>
</entry>
<entry>
<title>Move typePredefined from GF.Compile.Compute.AppPredefined to GF.Compile.TypeCheck.Primitives</title>
<updated>2013-11-29T15:47:26+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-29T15:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7ffdfe9b3a807686afd2d654b1198e6e6035ef84'/>
<id>urn:sha1:7ffdfe9b3a807686afd2d654b1198e6e6035ef84</id>
<content type='text'>
Also move the list of primitives
</content>
</entry>
<entry>
<title>added Predef.SOFT_BIND. This special token allows zero or more spaces between ordinary tokens. It is also used in the English RGL to attach the commas to the previous word.</title>
<updated>2013-11-12T09:54:57+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-11-12T09:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=0095119ec09b394332a23ab7cc16c0009c3f162a'/>
<id>urn:sha1:0095119ec09b394332a23ab7cc16c0009c3f162a</id>
<content type='text'>
</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>a major refactoring in the C and the Haskell runtimes. Note incompatible change in the PGF format!!!</title>
<updated>2013-09-27T15:09:48+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-27T15:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=426bc49a52b4efa0ef0129d713842d8c9abdf0ff'/>
<id>urn:sha1:426bc49a52b4efa0ef0129d713842d8c9abdf0ff</id>
<content type='text'>
The following are the outcomes:

   - Predef.nonExist is fully supported by both the Haskell and the C runtimes

   - Predef.BIND is now an internal compiler defined token. For now
     it behaves just as usual for the Haskell runtime, i.e. it generates &amp;+.
     However, the special treatment will let us to handle it properly in 
     the C runtime.

   - This required a major change in the PGF format since both 
     nonExist and BIND may appear inside 'pre' and this was not supported
     before.

</content>
</entry>
<entry>
<title>Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules</title>
<updated>2013-09-19T18:23:47+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-09-19T18:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3d5b9bd1fd46a51651cbfbd45f03e5b878aebbac'/>
<id>urn:sha1:3d5b9bd1fd46a51651cbfbd45f03e5b878aebbac</id>
<content type='text'>
Most of the explicit uses of ByteStrings were eliminated by using identS,

	identS = identC . BS.pack 

which was found in GF.Grammar.CF and moved to GF.Infra.Ident. The function

	prefixIdent :: String -&gt; Ident -&gt; Ident

allowed one additional import of ByteString to be eliminated. The functions

	isArgIdent :: Ident -&gt; Bool
	getArgIndex :: Ident -&gt; Maybe Int

were needed to eliminate explicit pattern matching on Ident from two modules.
</content>
</entry>
<entry>
<title>nonExist now does the expected thing</title>
<updated>2013-08-23T13:17:45+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-23T13:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a20cd77d251192b8912587de17ebb87fa3cfb053'/>
<id>urn:sha1:a20cd77d251192b8912587de17ebb87fa3cfb053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GF.Grammar.Lookup: new function lookupResDefLoc</title>
<updated>2012-12-19T23:08:56+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2012-12-19T23:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=b4207d1b00853cc5eb73e52d1c831b764f5ebe75'/>
<id>urn:sha1:b4207d1b00853cc5eb73e52d1c831b764f5ebe75</id>
<content type='text'>
It's like lookupResDef but it includes a source location in the output.
</content>
</entry>
</feed>
