<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/java/Test.java, 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>2014-12-16T10:21:26+00:00</updated>
<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>a partial support for def rules in the C runtime</title>
<updated>2014-08-11T10:59:10+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-08-11T10:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=584d589041f63fdd3ea777019679275657902c2d'/>
<id>urn:sha1:584d589041f63fdd3ea777019679275657902c2d</id>
<content type='text'>
The def rules are now compiled to byte code by the compiler and then to
native code by the JIT compiler in the runtime. Not all constructions
are implemented yet. The partial implementation is now in the repository
but it is not activated by default since this requires changes in the
PGF format. I will enable it only after it is complete.

</content>
</entry>
<entry>
<title>now the named entities recognizer returns dictionary entries if the name is known</title>
<updated>2014-06-17T06:57:12+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-06-17T06:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=fe49ddf16d132eb0b9af299d4ab6c8da5c1cacb9'/>
<id>urn:sha1:fe49ddf16d132eb0b9af299d4ab6c8da5c1cacb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added exhaustive generation in the Java binding</title>
<updated>2013-09-06T07:21:38+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-06T07:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5a4454aa8f910bc701da5cd4057eed77196764ad'/>
<id>urn:sha1:5a4454aa8f910bc701da5cd4057eed77196764ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more carefull tracking of references in the Java binding</title>
<updated>2013-08-29T05:35:45+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-29T05:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bb007630d7a82210cbd0d78eab893e4f3b22679c'/>
<id>urn:sha1:bb007630d7a82210cbd0d78eab893e4f3b22679c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix the error handling in the Java binding</title>
<updated>2013-08-28T08:51:53+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-28T08:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e1362fdb833381c44b5a432285be1582d36d2e33'/>
<id>urn:sha1:e1362fdb833381c44b5a432285be1582d36d2e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linearization in the Java binding</title>
<updated>2013-08-27T22:39:26+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-27T22:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e274cce21392f1737dfe55d72ba353a6809273ce'/>
<id>urn:sha1:e274cce21392f1737dfe55d72ba353a6809273ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parsing from the Java binding</title>
<updated>2013-08-27T21:53:13+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-27T21:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d3631d918df56969aba8fe42ec0b6876da0fd80e'/>
<id>urn:sha1:d3631d918df56969aba8fe42ec0b6876da0fd80e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a bit more on the Java to C binding. Now it is possible to load a grammar and query for the list of languages</title>
<updated>2013-08-01T10:48:19+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-01T10:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bf04d9fce77e84133c9e89936cfd1e4c514f71e8'/>
<id>urn:sha1:bf04d9fce77e84133c9e89936cfd1e4c514f71e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added a test class for the Java API plus a small refinement in the implementation for the binding</title>
<updated>2013-05-28T13:32:32+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-05-28T13:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bae05df3b040c56f87d331a3f7b58529b1e8a014'/>
<id>urn:sha1:bae05df3b040c56f87d331a3f7b58529b1e8a014</id>
<content type='text'>
</content>
</entry>
</feed>
