<feed xmlns='http://www.w3.org/2005/Atom'>
<title>automathon.git/src/forth/compiler.rs, branch main</title>
<subtitle>forth robots</subtitle>
<id>https://git.spork.org/automathon.git/atom?h=main</id>
<link rel='self' href='https://git.spork.org/automathon.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/'/>
<updated>2025-12-16T22:54:47Z</updated>
<entry>
<title>rename velocity to speed</title>
<updated>2025-12-16T22:54:47Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-12-16T22:54:47Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=45a2cfca666e5698462090399ff2db13be57a38c'/>
<id>urn:sha1:45a2cfca666e5698462090399ff2db13be57a38c</id>
<content type='text'>
mass is a scalar quantity
</content>
</entry>
<entry>
<title>compiler: add support for say, heading, velocity, and doppler</title>
<updated>2025-12-15T16:23:07Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-12-15T16:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=ece1f7854ba9b77110be660834cf69b567defc65'/>
<id>urn:sha1:ece1f7854ba9b77110be660834cf69b567defc65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiler: add support for not, and, or, xor</title>
<updated>2025-12-15T14:49:46Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-12-15T14:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=c41113223429c92a1f42b317ac4545208b507be7'/>
<id>urn:sha1:c41113223429c92a1f42b317ac4545208b507be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vm: Add boolean operators for not, and, or, and xor</title>
<updated>2025-12-15T14:44:53Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-12-15T14:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=f0000e8b134a2e68b1ddbb554b958aef79fc31f4'/>
<id>urn:sha1:f0000e8b134a2e68b1ddbb554b958aef79fc31f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustfmt</title>
<updated>2025-08-31T19:26:10Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-08-31T19:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=f41f180655f35e1e3da7948d736894fcc4345d51'/>
<id>urn:sha1:f41f180655f35e1e3da7948d736894fcc4345d51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tail-position if no longer needs ret</title>
<updated>2025-08-25T16:25:30Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-08-25T16:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=8275403e955e8998c61ecaa07d70949e3bd53a66'/>
<id>urn:sha1:8275403e955e8998c61ecaa07d70949e3bd53a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add comments</title>
<updated>2025-08-25T15:34:31Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-08-25T15:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=00579203e0cb10b2be793c4f215716554e58690e'/>
<id>urn:sha1:00579203e0cb10b2be793c4f215716554e58690e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>put tail call substitution in an fn and call it inside if/then</title>
<updated>2025-08-25T15:01:18Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-08-25T15:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=79832fd6d423eb98536fcaab54cea774caf7e04c'/>
<id>urn:sha1:79832fd6d423eb98536fcaab54cea774caf7e04c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rot and swap</title>
<updated>2025-08-25T14:24:00Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-08-25T14:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=275ee10822d8d5108e34166dbaf486ddb5a56a59'/>
<id>urn:sha1:275ee10822d8d5108e34166dbaf486ddb5a56a59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use ‘DataStackType’ instead of hard-coding i32</title>
<updated>2025-08-25T12:25:29Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@spork.org</email>
</author>
<published>2025-08-25T12:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/automathon.git/commit/?id=ee78cb6f7f8243217098bd420ea1482d5db254f2'/>
<id>urn:sha1:ee78cb6f7f8243217098bd420ea1482d5db254f2</id>
<content type='text'>
i want to try isize
</content>
</entry>
</feed>
