<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rabbithole/src/interpret/walker.rs, branch main</title>
<subtitle>a first attempt at a language.</subtitle>
<id>http://git.rnrd.eu/rabbithole/atom/src/interpret/walker.rs?h=main</id>
<link rel='self' href='http://git.rnrd.eu/rabbithole/atom/src/interpret/walker.rs?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/'/>
<updated>2022-03-03T01:30:46+00:00</updated>
<entry>
<title>Allow returns without value</title>
<updated>2022-03-03T01:30:46+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-03-03T01:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=f5bb7bbd8824a20c991587d5a774644aa98241d9'/>
<id>urn:sha1:f5bb7bbd8824a20c991587d5a774644aa98241d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-arrange error locations</title>
<updated>2022-03-03T00:57:25+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2022-03-03T00:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=8f7e3d1d2cd43d30ccc16799fcf69058ccc5a717'/>
<id>urn:sha1:8f7e3d1d2cd43d30ccc16799fcf69058ccc5a717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Runtime errors</title>
<updated>2021-12-28T23:48:16+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-12-28T23:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=842e76d57274ea6f8d5929e96f2919fd9cf0afb5'/>
<id>urn:sha1:842e76d57274ea6f8d5929e96f2919fd9cf0afb5</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>Parse and walk str embeds.</title>
<updated>2021-11-14T18:31:48+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-14T18:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=98ac2e8f26ff4d90c37bb9c9536e9eb14e31efb4'/>
<id>urn:sha1:98ac2e8f26ff4d90c37bb9c9536e9eb14e31efb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>And Or expressions</title>
<updated>2021-10-24T21:59:39+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-24T21:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=31901291f3fdb7d5e98fea37dda0064188dd0961'/>
<id>urn:sha1:31901291f3fdb7d5e98fea37dda0064188dd0961</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>
</feed>
