<feed xmlns='http://www.w3.org/2005/Atom'>
<title>newlanguage/nl, branch master</title>
<subtitle>A compiled language, implemented in Haskell, using LLVM
</subtitle>
<id>https://git.tomsmeding.com/newlanguage/atom?h=master</id>
<link rel='self' href='https://git.tomsmeding.com/newlanguage/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/'/>
<updated>2017-02-03T15:30:40Z</updated>
<entry>
<title>Add array indexing (not writing yet, though...)</title>
<updated>2017-02-03T15:30:40Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-03T15:30:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=e72a2b8e778fff230848769643a125ae995fbe58'/>
<id>urn:sha1:e72a2b8e778fff230848769643a125ae995fbe58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse and typecheck casts</title>
<updated>2017-02-02T21:30:16Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-02T21:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=185623be46dfd9a60e5a021259a6c7778cfb07cd'/>
<id>urn:sha1:185623be46dfd9a60e5a021259a6c7778cfb07cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pointer arithmetic now also for Minus</title>
<updated>2017-02-02T08:41:01Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-02T08:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=9e67d68574bf4b78451469d5e149cfd95b0ec9f6'/>
<id>urn:sha1:9e67d68574bf4b78451469d5e149cfd95b0ec9f6</id>
<content type='text'>
string_index.nl now doesn't compile anymore because I need to implement casts
from i32 to u64
</content>
</entry>
<entry>
<title>Pointer arithmetic!</title>
<updated>2017-02-01T22:12:40Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-01T22:12:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=b9b2ccd5155f8ce14cc9b4b04fffe56b988a3bdd'/>
<id>urn:sha1:b9b2ccd5155f8ce14cc9b4b04fffe56b988a3bdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Floats, bugfixes, small reorganisations</title>
<updated>2017-02-01T20:26:53Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-01T20:26:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=44ccdb3c72fad6daf995c0354e3ab75a3260ca9c'/>
<id>urn:sha1:44ccdb3c72fad6daf995c0354e3ab75a3260ca9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually run the LLVM verifier; fix all problems</title>
<updated>2017-02-01T13:48:53Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-01T13:48:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=65a27683fabadc2d1a9ab1b0dbbdb4857d3a3640'/>
<id>urn:sha1:65a27683fabadc2d1a9ab1b0dbbdb4857d3a3640</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More operators and less function pointers</title>
<updated>2017-02-01T12:06:20Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-01T12:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=238d16ef9e183275ab00a72ed61a280501b9bcad'/>
<id>urn:sha1:238d16ef9e183275ab00a72ed61a280501b9bcad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More Equal rules</title>
<updated>2017-01-31T21:26:38Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-31T21:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=00a56284a8649d041af079fe466f94034f2ee1fb'/>
<id>urn:sha1:00a56284a8649d041af079fe466f94034f2ee1fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support parentheses in expressions</title>
<updated>2017-01-31T21:26:28Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-31T21:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=e4e11a9e23790b0662dadd20e346924782e30ae0'/>
<id>urn:sha1:e4e11a9e23790b0662dadd20e346924782e30ae0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle non-returning void functions, and error on missing return</title>
<updated>2017-01-31T20:13:47Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-31T20:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=7e36aa5ccb1575ca141b865dc7b8abe39a6c0581'/>
<id>urn:sha1:7e36aa5ccb1575ca141b865dc7b8abe39a6c0581</id>
<content type='text'>
</content>
</entry>
</feed>
