<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/haskell-bind/utils.c, 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>2020-03-05T10:58:21+00:00</updated>
<entry>
<title>The APIs for callbacks and the bracketed strings now use a string for the analysis intead of an integer. This is now consistent with lookupMorpho and friends</title>
<updated>2020-03-05T10:58:21+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2020-03-05T10:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f22bd70585c3f1fc23cf205c8dc2280cd9975832'/>
<id>urn:sha1:f22bd70585c3f1fc23cf205c8dc2280cd9975832</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haskell-bind/utils.c: add missing return</title>
<updated>2019-03-07T13:11:29+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2019-03-07T13:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=0970d678cf87fac95f9baf11ce56db4bdf0b0835'/>
<id>urn:sha1:0970d678cf87fac95f9baf11ce56db4bdf0b0835</id>
<content type='text'>
Found via C compiler warning
</content>
</entry>
<entry>
<title>the Literals API in Haskell no longer offers the sentence as an argument to the callbacks. It is just as easy to save the sentence in a closure and by doing that we save the repeated round about from C to Haskell strings</title>
<updated>2016-05-11T11:10:22+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2016-05-11T11:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=86c54232752d14069cbb9b3089474d0299f9a20c'/>
<id>urn:sha1:86c54232752d14069cbb9b3089474d0299f9a20c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix the offset for oracles in Haskell</title>
<updated>2016-05-10T19:41:44+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2016-05-10T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=403e080273176098a4b9eabfad03e78ccaed4b7a'/>
<id>urn:sha1:403e080273176098a4b9eabfad03e78ccaed4b7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>an API for oracles in the GF parser</title>
<updated>2016-05-10T17:11:39+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2016-05-10T17:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=80a96b3a851c9af7635e31a95dc0d6edaa386051'/>
<id>urn:sha1:80a96b3a851c9af7635e31a95dc0d6edaa386051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>the callbacks in C now take the concrete syntax as a parameter</title>
<updated>2015-05-18T14:41:33+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2015-05-18T14:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=ce0546536588d5debe82770ef6bcf1efff6682f6'/>
<id>urn:sha1:ce0546536588d5debe82770ef6bcf1efff6682f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix and tiny optimization for callbacks from Haskell</title>
<updated>2014-12-19T10:14:41+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-12-19T10:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=13f4af49109058986e744dc2173afad9ff0868f0'/>
<id>urn:sha1:13f4af49109058986e744dc2173afad9ff0868f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change in the API for literals</title>
<updated>2014-12-16T10:21:26+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-12-16T10:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9bc5349e622cf00156b46f56a940d035e000115a'/>
<id>urn:sha1:9bc5349e622cf00156b46f56a940d035e000115a</id>
<content type='text'>
The API in the C runtime as well as in the Haskell, Python and Java binding
is changed. Now instead of adding the literal callbacks to the concrete syntax
you need to supply them every time when you need to parse. The main reason is:

- referentially transparent API for Haskell
- when we start using memory mapped files we will not be allowed to change
  anything in the grammar data structures. At that point the old API would
  be impossible to use.

</content>
</entry>
<entry>
<title>now release the FunPtr:s that are allocated for each literal callback</title>
<updated>2014-09-10T15:41:53+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-09-10T15:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=df0602723dcb0dd9a558aba9b29cdde8e7c4f6c9'/>
<id>urn:sha1:df0602723dcb0dd9a558aba9b29cdde8e7c4f6c9</id>
<content type='text'>
</content>
</entry>
</feed>
