<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tunk.git/src/main.rs, branch main</title>
<subtitle>A small functional language interpreter
</subtitle>
<id>http://forge.jan.systems/tunk.git/atom?h=main</id>
<link rel='self' href='http://forge.jan.systems/tunk.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/'/>
<updated>2021-11-25T18:25:36Z</updated>
<entry>
<title>Refactor nonary builtins</title>
<updated>2021-11-25T18:25:36Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-25T18:22:42Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=0e7d993c662652d57bef9c197495fc74d4c6facc'/>
<id>urn:sha1:0e7d993c662652d57bef9c197495fc74d4c6facc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve REPL</title>
<updated>2021-11-25T17:05:21Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-25T16:59:59Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=a4478224d907ca5cb729cebe9f162c1920ec3fff'/>
<id>urn:sha1:a4478224d907ca5cb729cebe9f162c1920ec3fff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show message when symbol table is empty and #symbols is invoked in REPL</title>
<updated>2021-11-25T17:01:31Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-25T08:07:50Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=0ee5e27843bb7460e1554a39a7a4904fba3a1177'/>
<id>urn:sha1:0ee5e27843bb7460e1554a39a7a4904fba3a1177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license and readme</title>
<updated>2021-11-25T17:01:31Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-25T08:05:01Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=4abdbaabd69a5aac827cb4e2f98c27e5661885cf'/>
<id>urn:sha1:4abdbaabd69a5aac827cb4e2f98c27e5661885cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement clippy lint suggestions</title>
<updated>2021-11-25T17:01:31Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-25T07:41:41Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=c04609bcdb7c7952501ddffc82fb97246ae0f6d4'/>
<id>urn:sha1:c04609bcdb7c7952501ddffc82fb97246ae0f6d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add REPL</title>
<updated>2021-11-25T07:53:55Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-25T07:28:39Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=a4dac3826c0e438e8f9991b0eba9608a6c111048'/>
<id>urn:sha1:a4dac3826c0e438e8f9991b0eba9608a6c111048</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug in reduce Application case</title>
<updated>2021-11-25T07:53:44Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-24T12:17:53Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=b0c42f8ad5f89be748741a8dd2c17bfe1aa3d0eb'/>
<id>urn:sha1:b0c42f8ad5f89be748741a8dd2c17bfe1aa3d0eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some tests</title>
<updated>2021-11-25T07:53:44Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-23T20:11:53Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=044af4cb2dcc4e7683ceff0ecbd18d4023647eda'/>
<id>urn:sha1:044af4cb2dcc4e7683ceff0ecbd18d4023647eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite value system</title>
<updated>2021-11-25T07:53:31Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-22T10:26:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=bad4b21dbec64c8d1f3bd006a7336f65f720649a'/>
<id>urn:sha1:bad4b21dbec64c8d1f3bd006a7336f65f720649a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare ast for parameterized functions</title>
<updated>2021-11-21T19:33:45Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jans.tuomi@gmail.com</email>
</author>
<published>2021-11-21T19:33:45Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/tunk.git/commit/?id=cf3e54525f0b63adf9ab086bf03751ed232fb0b5'/>
<id>urn:sha1:cf3e54525f0b63adf9ab086bf03751ed232fb0b5</id>
<content type='text'>
</content>
</entry>
</feed>
