<feed xmlns='http://www.w3.org/2005/Atom'>
<title>newlanguage, 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>Codegen some casts; makes mandel.nl JUST work</title>
<updated>2017-02-02T21:58:46Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-02T21:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=8eb3171845497a1d6025a3f59c09048d1975cd12'/>
<id>urn:sha1:8eb3171845497a1d6025a3f59c09048d1975cd12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ease creation of locrefs in genExpression</title>
<updated>2017-02-02T21:58:22Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-02T21:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=eb141a89887bb2994ea626c1aa31766d67292f08'/>
<id>urn:sha1:eb141a89887bb2994ea626c1aa31766d67292f08</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>Support 1U literals</title>
<updated>2017-02-02T20:00:10Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-02T20:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=dd1a2323e743df5ca3109bae6e213cd7b02dddee'/>
<id>urn:sha1:dd1a2323e743df5ca3109bae6e213cd7b02dddee</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>Separate out pointer arithmetic logic</title>
<updated>2017-02-02T08:28:14Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-02T08:28:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=6416151b73b28db208c02b133b058e51b28ff2c8'/>
<id>urn:sha1:6416151b73b28db208c02b133b058e51b28ff2c8</id>
<content type='text'>
</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>Dots before labels to prevent namespace pollution</title>
<updated>2017-02-01T14:19:48Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-02-01T14:19:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/newlanguage/commit/?id=d5d642a170cd29e60c4d1dacd18ac4c5a8f8becd'/>
<id>urn:sha1:d5d642a170cd29e60c4d1dacd18ac4c5a8f8becd</id>
<content type='text'>
</content>
</entry>
</feed>
