<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fiddle.git/src/Language/Fiddle/Internal, branch main</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>Finish implementing alpha-version of the C-backend.</title>
<updated>2024-10-27T19:29:33+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-27T19:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=5d3f21123b585fb1c43da9d854b04c61678405df'/>
<id>5d3f21123b585fb1c43da9d854b04c61678405df</id>
<content type='text'>
This produces valid C code in a header file and also provides an INTF
macro which makes it much less obtuse to call the various functions to
set and unset bitfields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This produces valid C code in a header file and also provides an INTF
macro which makes it much less obtuse to call the various functions to
set and unset bitfields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the AST to use Names instead of Identifiers for ObjDecls and BitsDecls</title>
<updated>2024-10-19T08:36:56+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-19T08:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=0a0f200a79a9e78b97addda6bd8e879d8c1c5d3e'/>
<id>0a0f200a79a9e78b97addda6bd8e879d8c1c5d3e</id>
<content type='text'>
This is to make anonymous expansion better and cleaner. It gets rid of
the hash-mark hack introduced earlier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to make anonymous expansion better and cleaner. It gets rid of
the hash-mark hack introduced earlier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide more data during qualification about how a path is qualified.</title>
<updated>2024-10-19T07:05:10+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-19T07:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=e9ed9fe9aae2c0ac913cf1d175166e983e0a1b30'/>
<id>e9ed9fe9aae2c0ac913cf1d175166e983e0a1b30</id>
<content type='text'>
Now it includes information about the package a symobl is in. The object
its in and the register its in. This allows better code generation in
the backend that's somewhat more organized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it includes information about the package a symobl is in. The object
its in and the register its in. This allows better code generation in
the backend that's somewhat more organized.
</pre>
</div>
</content>
</entry>
<entry>
<title>Start implementing a bunch of the C backend.</title>
<updated>2024-10-13T07:20:11+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-13T07:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=5924b745fbaf52000981c298ec8f18b3c0c4a1be'/>
<id>5924b745fbaf52000981c298ec8f18b3c0c4a1be</id>
<content type='text'>
Have basic implementations down for coarse registers. Working on getting
bitfields supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have basic implementations down for coarse registers. Working on getting
bitfields supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change 'Expression' to use numbers with units.</title>
<updated>2024-10-12T00:45:34+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2024-10-12T00:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/fiddle.git/commit/?id=da0d596946cf21e2f275dd03b40c0a6c0824f66b'/>
<id>da0d596946cf21e2f275dd03b40c0a6c0824f66b</id>
<content type='text'>
This helps to catch bugs in the compiler, specifically ones related to
mixing up bits and bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps to catch bugs in the compiler, specifically ones related to
mixing up bits and bytes.
</pre>
</div>
</content>
</entry>
<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>
</feed>
