<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sloth/tour, branch master</title>
<subtitle>A blazingly slow compiled language
</subtitle>
<id>https://git.ngaffney.dev/sloth/atom?h=master</id>
<link rel='self' href='https://git.ngaffney.dev/sloth/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ngaffney.dev/sloth/'/>
<updated>2023-02-27T13:21:50Z</updated>
<entry>
<title>pain</title>
<updated>2023-02-27T13:21:50Z</updated>
<author>
<name>Cody</name>
<email>cody@codyq.dev</email>
</author>
<published>2023-02-27T13:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ngaffney.dev/sloth/commit/?id=ebfd74ddf0ef6372624ea171e06f8460d0e1351b'/>
<id>urn:sha1:ebfd74ddf0ef6372624ea171e06f8460d0e1351b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More stuffs</title>
<updated>2023-01-30T02:58:04Z</updated>
<author>
<name>Cody</name>
<email>cody@codyq.dev</email>
</author>
<published>2023-01-30T02:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ngaffney.dev/sloth/commit/?id=a653a6602fe5ae5eb4739755db7b34bc92ecdadf'/>
<id>urn:sha1:a653a6602fe5ae5eb4739755db7b34bc92ecdadf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `let` keyword with `val` and `var`</title>
<updated>2022-12-15T20:18:13Z</updated>
<author>
<name>Cody</name>
<email>cody@codyq.dev</email>
</author>
<published>2022-12-15T20:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.ngaffney.dev/sloth/commit/?id=900bd3d64ac4c5c4c1511ab8388da3f2ed77849f'/>
<id>urn:sha1:900bd3d64ac4c5c4c1511ab8388da3f2ed77849f</id>
<content type='text'>
Thanks for pointing out that using `let` and `let mut` was stupid for a
scripting language @mworzala
</content>
</entry>
<entry>
<title>Initial language designs &amp; lexer from crafting interpreters</title>
<updated>2022-12-15T19:23:48Z</updated>
<author>
<name>Cody</name>
<email>cody@codyq.dev</email>
</author>
<published>2022-12-15T19:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ngaffney.dev/sloth/commit/?id=bddb011df4999f7ffeeddf6a4b66e2da6ab19ea0'/>
<id>urn:sha1:bddb011df4999f7ffeeddf6a4b66e2da6ab19ea0</id>
<content type='text'>
The very initial language designs I came up with for Sloth. Likely
contains inconsistencies and definitely contains things that will be
changed in the future. This is basically just a dump of every idea I've
had for the language thus far.

As for the lexer right now it is heavily based on the one from the
Crafting Interpretrs book and doesn't yet parse Sloth grammar.
</content>
</entry>
</feed>
