<feed xmlns='http://www.w3.org/2005/Atom'>
<title>compiler, branch dev/stefan</title>
<subtitle>compiler stuff monorepo</subtitle>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/'/>
<entry>
<title>[willow]: initial frontend work, unit tests (#8)</title>
<updated>2026-02-03T19:59:53+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-02-03T19:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=add95b14f74e6dbe04a6efe98ff0f20424930b73'/>
<id>add95b14f74e6dbe04a6efe98ff0f20424930b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[willow]: finish verifier (#7)</title>
<updated>2026-01-20T16:10:38+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-20T16:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=c5b2905c5a64433f8519531a77d3acc42d881f17'/>
<id>c5b2905c5a64433f8519531a77d3acc42d881f17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[willow]: iron out design (#6)</title>
<updated>2026-01-15T22:35:43+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-15T22:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=8d40f659fabdba2d6a17228f76168e7bdbf5c955'/>
<id>8d40f659fabdba2d6a17228f76168e7bdbf5c955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[willow]: add ConstantPool (#5)</title>
<updated>2026-01-14T01:13:16+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-14T01:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=33be313727e350845d6dc11b8f4871f926ae90c2'/>
<id>33be313727e350845d6dc11b8f4871f926ae90c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[willow]: documentation cleanup (#4)</title>
<updated>2026-01-13T20:25:34+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-13T20:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=291bec344a99cd4a4874117d31fa1c66194fa81e'/>
<id>291bec344a99cd4a4874117d31fa1c66194fa81e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[willow]: verifier work (#3)</title>
<updated>2026-01-13T01:04:04+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-13T01:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=ad744d11a70136459256f28380ec99c9274fb77d'/>
<id>ad744d11a70136459256f28380ec99c9274fb77d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[willow]: Diagnostics and plumbing (#2)</title>
<updated>2026-01-12T02:34:23+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-12T02:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=21668be4e41ee27c0cf2f83d3d79ed88b0257d4d'/>
<id>21668be4e41ee27c0cf2f83d3d79ed88b0257d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: value abstraction (#1)</title>
<updated>2026-01-11T00:16:52+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-11T00:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=3f60b0f7f43815f7cd38f744d3fbe56d04b6d8c3'/>
<id>3f60b0f7f43815f7cd38f744d3fbe56d04b6d8c3</id>
<content type='text'>
- Instructions are values
- Instructions that don't produce a value have void type</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Instructions are values
- Instructions that don't produce a value have void type</pre>
</div>
</content>
</entry>
<entry>
<title>init</title>
<updated>2026-01-10T20:37:46+00:00</updated>
<author>
<name>Stefan Weigl-Bosker</name>
<email>stefan@s00.xyz</email>
</author>
<published>2026-01-05T17:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.s00.xyz/compiler/commit/?id=d4b629cc275769c2553db819643849cda2395a17'/>
<id>d4b629cc275769c2553db819643849cda2395a17</id>
<content type='text'>
wip

wip, pt2

wip, pt3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wip

wip, pt2

wip, pt3
</pre>
</div>
</content>
</entry>
</feed>
