<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tonkadur, branch polymorphic_registers</title>
<subtitle>Narrative scripting language, with a Lisp style syntax.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/'/>
<entry>
<title>Got it to work, I think...</title>
<updated>2020-09-08T15:03:16+00:00</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-08T15:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=0abb01e4fcc043dd428e53e8bf21e97831d54ab8'/>
<id>0abb01e4fcc043dd428e53e8bf21e97831d54ab8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Still has issues with removing already removed registers.</title>
<updated>2020-09-08T12:33:01+00:00</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-08T12:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=59d05224a5831b19668b879a9fe46bfc08dc0784'/>
<id>59d05224a5831b19668b879a9fe46bfc08dc0784</id>
<content type='text'>
Looks to be related to context registers being removed after the
context register holder itself was already removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks to be related to context registers being removed after the
context register holder itself was already removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>It's going to be a considerable change...</title>
<updated>2020-09-08T10:52:30+00:00</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-09-08T10:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=7d8ad25fb295d64c33f39273bc61b004a1bdb2af'/>
<id>7d8ad25fb295d64c33f39273bc61b004a1bdb2af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>It compiles, but doesn't work properly.</title>
<updated>2020-09-08T09:31:46+00:00</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-08T09:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=51cd83bf0dcf2e147d7b14e755a96133eaa9c767'/>
<id>51cd83bf0dcf2e147d7b14e755a96133eaa9c767</id>
<content type='text'>
Structure initialization can't work with this: if it was initialized as
an int then used later as a struct, none of the struct's fields are
there, so writting to them is not doable.

There might be a way, using `remove` and `initialize` to refresh the
register at every use. This would kill the side-channel attack used to
pass parameters, and so special care would have to be taken for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Structure initialization can't work with this: if it was initialized as
an int then used later as a struct, none of the struct's fields are
there, so writting to them is not doable.

There might be a way, using `remove` and `initialize` to refresh the
register at every use. This would kill the side-channel attack used to
pass parameters, and so special care would have to be taken for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds syntax for https://github.com/nsensfel/tonkadur/issues/11</title>
<updated>2020-09-07T08:34:31+00:00</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-09-07T08:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=e7e5ec29417559a155c6f79e1bbeed77a9fe1ff3'/>
<id>e7e5ec29417559a155c6f79e1bbeed77a9fe1ff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds 'Initialize' Wyrd instruction.</title>
<updated>2020-09-06T22:02:29+00:00</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-09-06T22:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=07c0f271e1f30fdc87da9ef122781c83ff410f64'/>
<id>07c0f271e1f30fdc87da9ef122781c83ff410f64</id>
<content type='text'>
The 'SetValue' Wyrd instruction is no longer allowed to write to a
non-existing memory element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'SetValue' Wyrd instruction is no longer allowed to write to a
non-existing memory element.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes unbinding within hierarchical contexts.</title>
<updated>2020-08-31T09:15:42+00:00</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2020-08-31T09:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=55b0873d35189e6e6f1f36670b9687bfc227da25'/>
<id>55b0873d35189e6e6f1f36670b9687bfc227da25</id>
<content type='text'>
And a few blackjack things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And a few blackjack things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds more list instr, Blackjack example.</title>
<updated>2020-08-30T22:44:25+00:00</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-08-30T22:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=0ebd88472a6bd195f2f5ff34165c7fa79053105d'/>
<id>0ebd88472a6bd195f2f5ff34165c7fa79053105d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds user prompts for String and Integer.</title>
<updated>2020-08-30T14:15:36+00:00</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-08-30T14:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=23c5a3b1bd89e7a394a4cc4881e0764d601632c7'/>
<id>23c5a3b1bd89e7a394a4cc4881e0764d601632c7</id>
<content type='text'>
I think so are seen frequently enough to warrant an addition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think so are seen frequently enough to warrant an addition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes random number in choice generation.</title>
<updated>2020-08-30T06:52:55+00:00</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2020-08-30T06:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.noot-noot.org/cgit.cgi/tonkadur/commit/?id=d68040d87385c360719e35941ad4f0112d9d0c03'/>
<id>d68040d87385c360719e35941ad4f0112d9d0c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
