<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lux/new-luxc/source/luxc/synthesizer, branch master</title>
<subtitle>fork of https://github.com/LuxLang/lux for my bookshelf
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/'/>
<entry>
<title>- Re-organized synthesis.</title>
<updated>2017-11-01T04:04:43+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-11-01T04:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=71d7a4c7206155e09f3e1e1d8699561ea6967382'/>
<id>71d7a4c7206155e09f3e1e1d8699561ea6967382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Migrated the format of analysis nodes from a custom data-type, to just Code nodes.</title>
<updated>2017-11-01T02:26:13+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-11-01T02:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=19c589edc2c1dd77550e26d4f5cf78ec772da337'/>
<id>19c589edc2c1dd77550e26d4f5cf78ec772da337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Migrated the format of synthesis nodes from a custom data-type, to just Code nodes.</title>
<updated>2017-10-31T01:49:35+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-10-31T01:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=b6c3a84b536235a53bdfaf0f96d76413bc222ba7'/>
<id>b6c3a84b536235a53bdfaf0f96d76413bc222ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed some bugs.</title>
<updated>2017-10-30T02:21:14+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-10-30T02:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=7b870a7bd124f35939d9089a2e21f0806a4c6e85'/>
<id>7b870a7bd124f35939d9089a2e21f0806a4c6e85</id>
<content type='text'>
- Improved error reporting.
- Implemented macro-expansion (for JVM).
- Implemented "let" compilation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Improved error reporting.
- Implemented macro-expansion (for JVM).
- Implemented "let" compilation.</pre>
</div>
</content>
</entry>
<entry>
<title>- Migrated new-luxc to latest version of stdlib.</title>
<updated>2017-10-11T22:57:44+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-10-11T22:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=74a835634fc9ee5457f3cc7109af069dad9f2d2f'/>
<id>74a835634fc9ee5457f3cc7109af069dad9f2d2f</id>
<content type='text'>
- Some refactoring.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Some refactoring.</pre>
</div>
</content>
</entry>
<entry>
<title>- Function generation.</title>
<updated>2017-09-19T23:24:09+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-09-19T23:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=3744a2212a89d4ab0f176350d2d2f90696235a40'/>
<id>3744a2212a89d4ab0f176350d2d2f90696235a40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Updated new compiler's code to the recent changes in the language.</title>
<updated>2017-09-05T22:36:09+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-09-05T22:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=50cc5fbe7cc8abde05085944393fcec4c791402f'/>
<id>50cc5fbe7cc8abde05085944393fcec4c791402f</id>
<content type='text'>
- WIP: Some other changes/additions to the new compiler.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- WIP: Some other changes/additions to the new compiler.</pre>
</div>
</content>
</entry>
<entry>
<title>- Adjusted compiler to the new lack of Char type.</title>
<updated>2017-07-02T19:52:36+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-07-02T19:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=c0acd75d41ed0e927ec318d4b12c0ec4f5f2e1d3'/>
<id>c0acd75d41ed0e927ec318d4b12c0ec4f5f2e1d3</id>
<content type='text'>
- WIP: PM/case synthesis.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- WIP: PM/case synthesis.</pre>
</div>
</content>
</entry>
<entry>
<title>- Added loop synthesis.</title>
<updated>2017-06-10T00:53:26+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-06-10T00:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=c50667a431a5ca67328a230f0c59956dc6ff43fa'/>
<id>c50667a431a5ca67328a230f0c59956dc6ff43fa</id>
<content type='text'>
- Some refactoring.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Some refactoring.</pre>
</div>
</content>
</entry>
<entry>
<title>- Now optimizing functions.</title>
<updated>2017-06-07T00:23:15+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-06-07T00:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=4480e41e949ba3ba0c9bceeed43e3f144f82103b'/>
<id>4480e41e949ba3ba0c9bceeed43e3f144f82103b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
