<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rabbithole/src/lex, branch main</title>
<subtitle>a first attempt at a language.</subtitle>
<id>http://git.rnrd.eu/rabbithole/atom/src/lex?h=main</id>
<link rel='self' href='http://git.rnrd.eu/rabbithole/atom/src/lex?h=main'/>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/'/>
<updated>2021-12-28T23:48:16+00:00</updated>
<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>Basic errors for parsing.</title>
<updated>2021-11-21T18:44:47+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-21T18:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=4e9d846fbd51cec9e8d931c4aa3f399668ac316e'/>
<id>urn:sha1:4e9d846fbd51cec9e8d931c4aa3f399668ac316e</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>Str escape sequences.</title>
<updated>2021-11-14T18:50:01+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-14T18:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=a8eb28c81176c25f9688ce352aa5f14e04393098'/>
<id>urn:sha1:a8eb28c81176c25f9688ce352aa5f14e04393098</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>Lex string embeds.</title>
<updated>2021-11-13T18:08:06+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-11-13T18:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=514ceb979c4ce79bfee2234cf981292ded714f66'/>
<id>urn:sha1:514ceb979c4ce79bfee2234cf981292ded714f66</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>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>Allow _ in identifiers.</title>
<updated>2021-10-23T20:26:58+00:00</updated>
<author>
<name>Mel</name>
<email>einebeere@gmail.com</email>
</author>
<published>2021-10-23T20:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.rnrd.eu/rabbithole/commit/?id=249abe9c33dfd08afa6b09f3e53be91b0f445561'/>
<id>urn:sha1:249abe9c33dfd08afa6b09f3e53be91b0f445561</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>
</feed>
