<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jinx/pkg/lang/compiler, branch main</title>
<subtitle>silly.</subtitle>
<id>http://git.rnrd.eu/jinx/atom/pkg/lang/compiler?h=main</id>
<link rel='self' href='http://git.rnrd.eu/jinx/atom/pkg/lang/compiler?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/'/>
<updated>2022-08-23T00:03:22+00:00</updated>
<entry>
<title>Only transform symbols into envs if they were vars</title>
<updated>2022-08-23T00:03:22+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-23T00:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=1f5a49151fc2f72932eedf8162b63af670556910'/>
<id>urn:sha1:1f5a49151fc2f72932eedf8162b63af670556910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add flag to generate PCs markers when decompiling</title>
<updated>2022-08-22T23:55:57+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-22T23:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=0b227d990f56b3ea059d13584ff9102ee5039a0b'/>
<id>urn:sha1:0b227d990f56b3ea059d13584ff9102ee5039a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate runtime debug info with source locations</title>
<updated>2022-08-22T23:41:49+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-22T23:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=e22df631c4428f8dea4d5784a8a7840d2f84c6be'/>
<id>urn:sha1:e22df631c4428f8dea4d5784a8a7840d2f84c6be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow shadowing through function scopes</title>
<updated>2022-08-18T20:04:24+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-18T20:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=18c6d49cc9982ad4362e82730812e1134478ea64'/>
<id>urn:sha1:18c6d49cc9982ad4362e82730812e1134478ea64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ad-hoc error location for compiler errors</title>
<updated>2022-08-18T19:49:01+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-18T19:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=73ac132294f3e659f1d769c961aa45bafdd19b45'/>
<id>urn:sha1:73ac132294f3e659f1d769c961aa45bafdd19b45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix local index getting reset when entering block</title>
<updated>2022-08-18T00:14:20+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-18T00:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=0b06db39b833099bc6683abff176b13a1c97ca93'/>
<id>urn:sha1:0b06db39b833099bc6683abff176b13a1c97ca93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement setting values at index in an array</title>
<updated>2022-08-16T20:33:41+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-16T20:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=d84c0f36afcde4e5af2907d70931de75957d5277'/>
<id>urn:sha1:d84c0f36afcde4e5af2907d70931de75957d5277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add drop after adding element to array literal</title>
<updated>2022-08-16T20:19:35+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-16T20:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=51eb7626b788dc031c53016f203a54a2af762d9e'/>
<id>urn:sha1:51eb7626b788dc031c53016f203a54a2af762d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure correct argument stack order in all cases</title>
<updated>2022-08-16T20:12:20+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-16T19:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=64d438c91ace51bfda7bff50d381b62f5785f72a'/>
<id>urn:sha1:64d438c91ace51bfda7bff50d381b62f5785f72a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actual modules and core</title>
<updated>2022-08-11T01:25:47+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-08-11T01:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/jinx/commit/?id=86f31acf6789be116dcc54ed85b069a37c0f7aa8'/>
<id>urn:sha1:86f31acf6789be116dcc54ed85b069a37c0f7aa8</id>
<content type='text'>
</content>
</entry>
</feed>
