<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rabbithole/src/parse/ast, branch main</title>
<subtitle>a first attempt at a language.</subtitle>
<id>http://git.rnrd.eu/rabbithole/atom/src/parse/ast?h=main</id>
<link rel='self' href='http://git.rnrd.eu/rabbithole/atom/src/parse/ast?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>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>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>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 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>Postfix parsing</title>
<updated>2021-10-24T00:03:29+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-24T00:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=73c4808c44f75b7d6546f00f70779fcbf8e28754'/>
<id>urn:sha1:73c4808c44f75b7d6546f00f70779fcbf8e28754</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>
</feed>
