<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/jekyllc/news/" rel="alternate"/><link href="https://sourceforge.net/p/jekyllc/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/jekyllc/news/</id><updated>2006-04-15T01:22:33Z</updated><subtitle>Recent posts to news</subtitle><entry><title>Jekyll 0.3 alpha out now</title><link href="https://sourceforge.net/p/jekyllc/news/2006/04/jekyll-03-alpha-out-now/" rel="alternate"/><published>2006-04-15T01:22:33Z</published><updated>2006-04-15T01:22:33Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net0d86d0abcbc7b7d267f6270bedab33e9b88cc994</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Jekyll 0.3 is a major advance from Jekyll 0.2. C code is now completely unannotated, and the system is now more tolerent of changes to code.&lt;/p&gt;
&lt;p&gt;This is because Jekyll now uses a new non-determistic translation system. When translating one language to another, the translator produces a non-deterministic file that describes all the different ways that the file could be encoded. This non-determinism is then resolved by attempting to select the file that most closely matches the previous file.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.3 coming soon</title><link href="https://sourceforge.net/p/jekyllc/news/2006/03/jekyll-03-coming-soon/" rel="alternate"/><published>2006-03-16T14:28:07Z</published><updated>2006-03-16T14:28:07Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net4cea67fbfb6f9cf9319f376d765e0f84e221b45c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Jekyll 0.3 is a major step forward from Jekyll 0.2 as it uses a completely annotation-free encoding. We plan to release Jekyll 0.3 within the next few days.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.21 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2006/03/jekyll-021-alpha-now-out/" rel="alternate"/><published>2006-03-02T19:22:08Z</published><updated>2006-03-02T19:22:08Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.netc4d442795fab3fc06225c2fe3759ac4faf1a73a4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Despite the .01 increment, this release contains quite a lot of changes under the covers. The C-&amp;gt;Jekyll decoding system has been completely rewritten to use a more powerful transformational approach. &lt;/p&gt;
&lt;p&gt;This has allowed us to change Jekyll's C encoding to be significantly lighter weight and less intrusive.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.20 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2006/02/jekyll-020-alpha-now-out/" rel="alternate"/><published>2006-02-10T11:35:57Z</published><updated>2006-02-10T11:35:57Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net11625c8a126f435aa0f745654477366e82fff1c2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This change makes a number of major changes.&lt;/p&gt;
&lt;p&gt;Translation from C to Jekyll to C is now able to preserve all information, including all layout changes, and changes to Jekyll-generated variable names. It does this by comparing with a previous version of the C file, and attempting to minimise the differences.&lt;/p&gt;
&lt;p&gt;The encoding into C has also changed. The new encoding is much more lightweight, using less macros, and encoding more information with variable names.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.19 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2005/12/jekyll-019-alpha-now-out/" rel="alternate"/><published>2005-12-22T17:16:23Z</published><updated>2005-12-22T17:16:23Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net33d1f2472621e35a61cb6ca8d2efacd4346a9bd7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The main change in this release is that type classes are now fully implemented.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.18 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2005/12/jekyll-018-alpha-now-out/" rel="alternate"/><published>2005-12-20T12:06:48Z</published><updated>2005-12-20T12:06:48Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.netaac7c4e11bc68e6314dea69b8a311937b8d221c2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Lambda expressions with environments now work properly.&lt;/p&gt;
&lt;p&gt;The lossless translation system has been rewritten to be more elegant and to produce more nicely formatted C code.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.17 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2005/11/jekyll-017-alpha-now-out/" rel="alternate"/><published>2005-11-30T15:52:47Z</published><updated>2005-11-30T15:52:47Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net525e683b13b36aaa14be20cc3b0c89c086f2c9c4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There are no great new user-end features in this release - though quite a few new features are /almost/ ready.&lt;/p&gt;
&lt;p&gt;The main purpose of this release is that it is a slight tidy-up of the version of Jekyll that the paper &amp;quot;Dr Jekyll and Mr C&amp;quot; was based on. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>New Paper Available</title><link href="https://sourceforge.net/p/jekyllc/news/2005/11/new-paper-available/" rel="alternate"/><published>2005-11-14T15:34:34Z</published><updated>2005-11-14T15:34:34Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net709464188a4f88d2e4a55d46034a973db23886fd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A new paper is available on the Jekyll home page giving an overview of the Jekyll language and its lossless translation to and from C.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.16 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2005/10/jekyll-016-alpha-now-out/" rel="alternate"/><published>2005-10-20T18:00:27Z</published><updated>2005-10-20T18:00:27Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.netf5ef187e4fd066e3f260173238551b12188ac3c8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This release fixes a number of bugs, changes the syntax for type variables, and allows basic types (int etc) to implement interfaces.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Jekyll 0.15 alpha now out</title><link href="https://sourceforge.net/p/jekyllc/news/2005/10/jekyll-015-alpha-now-out/" rel="alternate"/><published>2005-10-12T10:18:04Z</published><updated>2005-10-12T10:18:04Z</updated><author><name>David Gay</name><uri>https://sourceforge.net/u/idgay/</uri></author><id>https://sourceforge.net151b8d581f68f3853e7af4495c2d401352fee6d7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This new release adds support for complex initialiser expressions, including constructor initialisers, and dynamic memory allocation. It also fixes a number of bugs and tidies up a number of things.&lt;/p&gt;
&lt;p&gt;Download it and have a play.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>