<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lux/new-luxc/source/luxc/module, 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>- WIP: Caching.</title>
<updated>2017-12-06T02:55:11+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-12-06T02:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=2e86fefe6f15877e8c46a45411a9cbd04b26e2e3'/>
<id>2e86fefe6f15877e8c46a45411a9cbd04b26e2e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Adapted main codebase to the latest syntatic changes.</title>
<updated>2017-11-30T02:49:56+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-11-30T02:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=4433c9bcd6c6cac44c018aad2e21a5b4d7cc4896'/>
<id>4433c9bcd6c6cac44c018aad2e21a5b4d7cc4896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".</title>
<updated>2017-11-16T02:04:44+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-11-16T02:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=53ccae1625d46cf57247b9fb1cb9f4c28b0a0ad4'/>
<id>53ccae1625d46cf57247b9fb1cb9f4c28b0a0ad4</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>- Updated new compiler to latest version of stdlib.</title>
<updated>2017-10-21T04:38:55+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-10-21T04:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=0bc56fdc626ee601ca2c4ba0502f76e76d765fa0'/>
<id>0bc56fdc626ee601ca2c4ba0502f76e76d765fa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Updated to the latest changes in stdlib.</title>
<updated>2017-10-18T16:42:46+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-10-18T16:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=901b09dada43ec6f3b21618800ec7400fda54a0d'/>
<id>901b09dada43ec6f3b21618800ec7400fda54a0d</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>- Renamed "Error" to "Result".</title>
<updated>2017-05-18T00:23:02+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-05-18T00:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=8bd1d1b3a4750b26f1540717839c1aa196f2a520'/>
<id>8bd1d1b3a4750b26f1540717839c1aa196f2a520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Changed the name of "let%" to "with-expansions".</title>
<updated>2017-05-07T18:30:48+00:00</updated>
<author>
<name>Eduardo Julian</name>
</author>
<published>2017-05-07T18:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/lux/commit/?id=db697bb636e2341d26bb188cc1b9981a1ab505d7'/>
<id>db697bb636e2341d26bb188cc1b9981a1ab505d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
