<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tonkadur/data/tests, branch master</title>
<subtitle>Narrative scripting language, with a Lisp style syntax.
</subtitle>
<id>https://www.segfault.tech/cgit.cgi/tonkadur/atom?h=master</id>
<link rel='self' href='https://www.segfault.tech/cgit.cgi/tonkadur/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/'/>
<updated>2021-01-02T22:45:03Z</updated>
<entry>
<title>Adds 'for' in 'choice' constructs.</title>
<updated>2021-01-02T22:45:03Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2021-01-02T22:45:03Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=11daf8c58b8a0dd4f4c9babe2660d3779a04465a'/>
<id>urn:sha1:11daf8c58b8a0dd4f4c9babe2660d3779a04465a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds (sp), clear up string/text.</title>
<updated>2020-12-28T02:29:39Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-12-28T02:29:39Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=13ba88ea95012581cf8c1926ecb0ae8123a56f21'/>
<id>urn:sha1:13ba88ea95012581cf8c1926ecb0ae8123a56f21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`add_element` can now take multiple elements.</title>
<updated>2020-12-22T20:09:26Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-12-22T20:09:26Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=f263c5966cb856cefa99c8671c0ebe0a5de3b804'/>
<id>urn:sha1:f263c5966cb856cefa99c8671c0ebe0a5de3b804</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds sort &amp; sublist computation/instruction.</title>
<updated>2020-11-02T21:31:35Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-11-02T21:31:35Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=91158337a10c006971b66818cabb2e1bed3d494a'/>
<id>urn:sha1:91158337a10c006971b66818cabb2e1bed3d494a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Need to think on instruction ref vs comp vs ptr.</title>
<updated>2020-09-15T20:22:49Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-09-15T20:22:49Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=ce433e51aa644e416f961125a0f690cac76b21a4'/>
<id>urn:sha1:ce433e51aa644e416f961125a0f690cac76b21a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completes the reference -&gt; computation for computations.</title>
<updated>2020-09-15T17:11:20Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-09-15T17:11:20Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=2252812f48a5792aeeed2956dc54313a830b697e'/>
<id>urn:sha1:2252812f48a5792aeeed2956dc54313a830b697e</id>
<content type='text'>
I made that without much testing, so I suspect issues will show up.
</content>
</entry>
<entry>
<title>Starting to fix Reference -&gt; Computation on computations.</title>
<updated>2020-09-15T16:18:05Z</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-15T16:18:05Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=31d35f5781ab731f4713b943e99bf58f2f413a0f'/>
<id>urn:sha1:31d35f5781ab731f4713b943e99bf58f2f413a0f</id>
<content type='text'>
I want to be able to write `(reverse (range 0 50 5))`, but `reverse`
and the others all take references as input.
</content>
</entry>
<entry>
<title>Range, and some others...</title>
<updated>2020-09-15T15:59:20Z</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-15T15:59:20Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=b863a74e3c77606d9614ddca01e4c295a4bcb2d0'/>
<id>urn:sha1:b863a74e3c77606d9614ddca01e4c295a4bcb2d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fully implements remove_{one,all,at}.</title>
<updated>2020-09-15T14:22:28Z</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-15T14:22:28Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=a7356491e534e048374fdf53a534c9ea2034defd'/>
<id>urn:sha1:a7356491e534e048374fdf53a534c9ea2034defd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fully implements shuffle.</title>
<updated>2020-09-15T08:03:29Z</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-15T08:03:29Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tonkadur/commit/?id=d4eb4ff9a013c870936b7546a65bdfd048c60133'/>
<id>urn:sha1:d4eb4ff9a013c870936b7546a65bdfd048c60133</id>
<content type='text'>
</content>
</entry>
</feed>
