<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rabbithole/src/interpret/value.rs, branch main</title>
<subtitle>a first attempt at a language.</subtitle>
<id>http://git.rnrd.eu/rabbithole/atom/src/interpret/value.rs?h=main</id>
<link rel='self' href='http://git.rnrd.eu/rabbithole/atom/src/interpret/value.rs?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/'/>
<updated>2021-12-28T20:46:39+00:00</updated>
<entry>
<title>AST restructure</title>
<updated>2021-12-28T20:46:39+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-12-13T23:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=e621f13a226d297d5368f4c294a8549a93843934'/>
<id>urn:sha1:e621f13a226d297d5368f4c294a8549a93843934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename all Variants to Kinds</title>
<updated>2021-11-21T13:52:50+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-21T13:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=abaa72af8a1be00f3f84d7771a7994bfbbccf719'/>
<id>urn:sha1:abaa72af8a1be00f3f84d7771a7994bfbbccf719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Runtime types</title>
<updated>2021-11-19T23:31:28+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-19T23:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=395d086f0dce355ccdcf3da149c309826c539b48'/>
<id>urn:sha1:395d086f0dce355ccdcf3da149c309826c539b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add return statements</title>
<updated>2021-11-14T21:40:36+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-14T21:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=c891369f0ce69b2fe78846cae1202899595354b7'/>
<id>urn:sha1:c891369f0ce69b2fe78846cae1202899595354b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Function calling and the ensuing scope shenanigans</title>
<updated>2021-11-14T21:31:34+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-14T21:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=2a3ab5c161ac98cb3c6326173e5ed78089a9ed68'/>
<id>urn:sha1:2a3ab5c161ac98cb3c6326173e5ed78089a9ed68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Array element assignment and constants</title>
<updated>2021-10-24T21:04:22+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-24T21:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=cede973c76e061e06c7bdaad3922be5d9305f950'/>
<id>urn:sha1:cede973c76e061e06c7bdaad3922be5d9305f950</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Array literals and array access</title>
<updated>2021-10-24T16:26:01+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-24T16:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=af34b3030a46805f42f04341f1ffb20d92fbb7ce'/>
<id>urn:sha1:af34b3030a46805f42f04341f1ffb20d92fbb7ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Loop expressions and concrete walker errors.</title>
<updated>2021-10-23T20:01:52+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-23T20:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=8a6eb35a900081967db16d313ab7ed470de6570f'/>
<id>urn:sha1:8a6eb35a900081967db16d313ab7ed470de6570f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Plus unary op and implement other unary ops</title>
<updated>2021-10-22T22:38:57+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-22T22:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=32a04f1e677cfa2b4f62a2c1db358588b78d593d'/>
<id>urn:sha1:32a04f1e677cfa2b4f62a2c1db358588b78d593d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display values without type</title>
<updated>2021-10-22T21:03:59+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-22T20:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=d4b8a0708232e2c4459f0e1a3b2f2814316359e8'/>
<id>urn:sha1:d4b8a0708232e2c4459f0e1a3b2f2814316359e8</id>
<content type='text'>
</content>
</entry>
</feed>
