<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/c/utils/pgf-parse.c, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<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>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 include of lexer.h from pgf-parse</title>
<updated>2013-11-02T11:28:55+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-11-02T11:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=4e7781b606e7d9f4ca6b1fa21d9563a6878c132d'/>
<id>urn:sha1:4e7781b606e7d9f4ca6b1fa21d9563a6878c132d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a major redesign in the C runtime. The parser and the linearizer now fully support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode</title>
<updated>2013-10-09T12:08:51+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-10-09T12:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=8cf03bc5b6895568eb08be1415985a64793bb81c'/>
<id>urn:sha1:8cf03bc5b6895568eb08be1415985a64793bb81c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GuString is now an ordinary C string - it makes live easier. In addition PgfSymbolKS, PgfExprFun and PgfLiteralStr now keep their strings as embedded flexible arrays. The latest change gives us the same compactness as the old representation but it is a lot easier to use.</title>
<updated>2013-10-04T12:04:39+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-10-04T12:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e8335806afc45e31157937b880ff39b75c14a2cd'/>
<id>urn:sha1:e8335806afc45e31157937b880ff39b75c14a2cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove pgf/edsl.h from the C runtime</title>
<updated>2013-09-26T11:59:35+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-26T11:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=780ba65c253d3b8d9b1ab0f2bb72c684d4070145'/>
<id>urn:sha1:780ba65c253d3b8d9b1ab0f2bb72c684d4070145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the logging from libgu</title>
<updated>2013-09-12T09:30:02+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-12T09:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9c3dd1e1e140ef6ed037baaf49fd4eec0fd65e5b'/>
<id>urn:sha1:9c3dd1e1e140ef6ed037baaf49fd4eec0fd65e5b</id>
<content type='text'>
</content>
</entry>
</feed>
