<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/c/utils, 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>2017-01-26T12:48:22+00:00</updated>
<entry>
<title>bring the Haskell binding a bit closer to the pure Haskell API</title>
<updated>2017-01-26T12:48:22+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-01-26T12:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3467a54965e532c07d43784609ddc05b54e958e5'/>
<id>urn:sha1:3467a54965e532c07d43784609ddc05b54e958e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added callback in C for unknown words</title>
<updated>2015-05-19T09:15:48+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2015-05-19T09:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=786da46a9913df3ad27e1631cf4de75d9186aeb0'/>
<id>urn:sha1:786da46a9913df3ad27e1631cf4de75d9186aeb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pgf-translate to use the NERC again</title>
<updated>2015-05-07T14:49:30+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2015-05-07T14:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7e43e5727a8bd19d2e6389cfce712cd738ab266b'/>
<id>urn:sha1:7e43e5727a8bd19d2e6389cfce712cd738ab266b</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>remove pgf/parser.h</title>
<updated>2014-11-27T11:12:14+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-11-27T11:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f63e8faf006cfe9dd69e0248590194b03d142fd6'/>
<id>urn:sha1:f63e8faf006cfe9dd69e0248590194b03d142fd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix memory leak in the pgf-parse tool</title>
<updated>2014-10-24T08:42:32+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-24T08:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=550c74794129890397e98a14560cd072f21a78b8'/>
<id>urn:sha1:550c74794129890397e98a14560cd072f21a78b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>throw away the long obsolete runtime type information in the C runtime</title>
<updated>2014-10-09T13:44:26+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-09T13:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=86e9acc7a7b714307e08ab25117ca03cecb00936'/>
<id>urn:sha1:86e9acc7a7b714307e08ab25117ca03cecb00936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the pgf-service util which is obsolete anyway</title>
<updated>2014-10-09T11:28:56+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-09T11:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3e49a1cf7379cd95c5e5413e98f4c8fa7f3b2cb9'/>
<id>urn:sha1:3e49a1cf7379cd95c5e5413e98f4c8fa7f3b2cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>now fully functional Java API for custom literals</title>
<updated>2014-04-10T14:14:31+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-04-10T14:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1ca09448f9032b92ef436f4e0f658309d60e7ffd'/>
<id>urn:sha1:1ca09448f9032b92ef436f4e0f658309d60e7ffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix in pgf-translate</title>
<updated>2014-03-07T09:35:57+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-03-07T09:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=6cb693bdf54f5df9766687dc6bbed9a5a854ef02'/>
<id>urn:sha1:6cb693bdf54f5df9766687dc6bbed9a5a854ef02</id>
<content type='text'>
</content>
</entry>
</feed>
