<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fiddle.git/src/Language/Fiddle/Internal, branch wip</title>
<subtitle>Reference compiler for the Register-Layout Description Language "Fiddle"
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/'/>
<entry>
<title>Implement qualification.</title>
<updated>2024-10-05T23:13:26+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-05T23:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=3ceedaf5f5193fadadcb011c40df1688cfed279d'/>
<id>3ceedaf5f5193fadadcb011c40df1688cfed279d</id>
<content type='text'>
Big change. Implements qualification, which separates the qualification
concerns from the ConsistencyCheck phase.

I'm getting close to implementing a backend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big change. Implements qualification, which separates the qualification
concerns from the ConsistencyCheck phase.

I'm getting close to implementing a backend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up warnings and remove unused files.</title>
<updated>2024-10-04T00:23:50+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-04T00:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=407e41489cc22fbf0518fd370530f8857b8c3ed0'/>
<id>407e41489cc22fbf0518fd370530f8857b8c3ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wip: added -Wall</title>
<updated>2024-10-03T23:14:46+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-03T23:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=72eeba5fd6178409b4aab5eb8dbfaf4460f6841c'/>
<id>72eeba5fd6178409b4aab5eb8dbfaf4460f6841c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the UnitInterface to have uncoupled Metadata.</title>
<updated>2024-10-03T17:13:13+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-03T17:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=3fc6bee1a1359a68b77a6f11ed70bdcb88027da2'/>
<id>3fc6bee1a1359a68b77a6f11ed70bdcb88027da2</id>
<content type='text'>
As opposed to the original 'Annotated' data type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As opposed to the original 'Annotated' data type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another monolithic change. Not good git ettiquite.</title>
<updated>2024-10-03T07:58:23+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-03T07:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=fa32199f5ffc6405bd405e055051e11e85c80668'/>
<id>fa32199f5ffc6405bd405e055051e11e85c80668</id>
<content type='text'>
Import statements are fully implemented including compiling to an
interface file for faster compilations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import statements are fully implemented including compiling to an
interface file for faster compilations.
</pre>
</div>
</content>
</entry>
<entry>
<title>wip</title>
<updated>2024-09-28T23:23:32+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-09-28T23:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=719c8f8ed3d1e6337f27d3b9d5a033a4b63726b8'/>
<id>719c8f8ed3d1e6337f27d3b9d5a033a4b63726b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add import resolution phase and also add a more abstractions around</title>
<updated>2024-09-27T22:24:10+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-09-27T22:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=21e6e5940ecb462436b8dc94428c5cee5cdc9072'/>
<id>21e6e5940ecb462436b8dc94428c5cee5cdc9072</id>
<content type='text'>
compliation phases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compliation phases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow duplicate types.</title>
<updated>2024-09-26T05:14:30+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-09-26T05:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=3a59cfb59b3339e13bdc9dfd1696ae2c554fcd9a'/>
<id>3a59cfb59b3339e13bdc9dfd1696ae2c554fcd9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Add AdvanceStage typeclass and refactor code to use it</title>
<updated>2024-09-26T04:51:32+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-09-26T04:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=0274c964874801d7cbde8f13fa13e11ed7948660'/>
<id>0274c964874801d7cbde8f13fa13e11ed7948660</id>
<content type='text'>
Introduced the `AdvanceStage` typeclass, which provides a mechanism to
transition AST elements between different compilation stages. This
abstraction facilitates easier traversal and modification of the syntax
tree as it progresses through various compilation phases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced the `AdvanceStage` typeclass, which provides a mechanism to
transition AST elements between different compilation stages. This
abstraction facilitates easier traversal and modification of the syntax
tree as it progresses through various compilation phases.
</pre>
</div>
</content>
</entry>
</feed>
