<feed xmlns='http://www.w3.org/2005/Atom'>
<title>langhs, branch master</title>
<subtitle>Compiler for a made-up language all the way to x64 asm
</subtitle>
<id>https://git.tomsmeding.com/langhs/atom?h=master</id>
<link rel='self' href='https://git.tomsmeding.com/langhs/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/'/>
<updated>2020-12-14T21:15:21Z</updated>
<entry>
<title>Lift out of prehistoric times</title>
<updated>2020-12-14T21:15:21Z</updated>
<author>
<name>Tom Smeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2020-12-14T21:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=3ab0248cbab1ac74c8ce5f01fc41d673d6f9f27b'/>
<id>urn:sha1:3ab0248cbab1ac74c8ce5f01fc41d673d6f9f27b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>STUFF</title>
<updated>2017-12-01T21:42:19Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-01T21:42:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=c0078e855880df91896ed0953bb5c07441dbc72f'/>
<id>urn:sha1:c0078e855880df91896ed0953bb5c07441dbc72f</id>
<content type='text'>
This was lying around and I didn't want to not back this up
to the server. Was apparently in the middle of testing the
lifetime analysis module.

I believe the terminal output for many input programs indicates
that the two lifetime analysis modules do not agree.....
</content>
</entry>
<entry>
<title>Fix string offsets</title>
<updated>2017-12-01T21:31:08Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-12-01T21:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=be8e209956b3f93b181eb730c743a6d72ddfbbb3'/>
<id>urn:sha1:be8e209956b3f93b181eb730c743a6d72ddfbbb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Malloc fix in liblang</title>
<updated>2017-09-03T20:37:53Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-03T20:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=6111c84e1b3ff9a64a9974998bfe75e9b8db2719'/>
<id>urn:sha1:6111c84e1b3ff9a64a9974998bfe75e9b8db2719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New lifetime analysis module</title>
<updated>2017-09-03T20:37:39Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-03T20:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=17b8a658d6a20744d3f70f2ab2e8e92825a81cbc'/>
<id>urn:sha1:17b8a658d6a20744d3f70f2ab2e8e92825a81cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some codegen debug logging</title>
<updated>2017-09-03T16:03:33Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-03T16:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=5d8a9caeeba1b8b9b92d8c6187dbd5d449411557'/>
<id>urn:sha1:5d8a9caeeba1b8b9b92d8c6187dbd5d449411557</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better compiler interface</title>
<updated>2017-09-03T15:59:51Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-03T15:59:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=a5fb7c9b3bd87854daeed107d017ebf2866d5237'/>
<id>urn:sha1:a5fb7c9b3bd87854daeed107d017ebf2866d5237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix data corruption bug in getc</title>
<updated>2017-09-03T15:56:06Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-03T15:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=2e59b606d59c1da311d856c33bf5494c1ef3d31b'/>
<id>urn:sha1:2e59b606d59c1da311d856c33bf5494c1ef3d31b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move *.lang files to a directory</title>
<updated>2017-09-02T13:51:08Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-02T13:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=c3c19f3220485af12c3a5561ad1754bf546e7429'/>
<id>urn:sha1:c3c19f3220485af12c3a5561ad1754bf546e7429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Proper struct assignment and optimisations</title>
<updated>2017-09-02T13:51:07Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-09-02T13:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/langhs/commit/?id=45e9991a1f83974c3459037f4791d865f5b342f1'/>
<id>urn:sha1:45e9991a1f83974c3459037f4791d865f5b342f1</id>
<content type='text'>
</content>
</entry>
</feed>
