<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ull.git/src/modules, branch master</title>
<subtitle>A [WIP] C compiler built with GNU Guile, Flex, and Bison</subtitle>
<id>https://git.operationnull.com/ull.git/atom?h=master</id>
<link rel='self' href='https://git.operationnull.com/ull.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/'/>
<updated>2025-01-28T19:39:47+00:00</updated>
<entry>
<title>[Ongoing] Rewrite frontend to use Flex/Bison</title>
<updated>2025-01-28T19:39:47+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-28T19:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=9e09767e23a4edb6b31540195bfe885f83e080d7'/>
<id>urn:sha1:9e09767e23a4edb6b31540195bfe885f83e080d7</id>
<content type='text'>
This is a merge of another experiment, so the changes are large:

- separated "modules" directory into frontend/backend
  - adjusted module names and moved files for this to happen
- removed modules lexer &amp; parser
- removed all the unit tests (most were outdated)
- added Bison, flex, and C development tools to manifest.scm
- added lexer.l, a source file used by the flex utility with a functioning lexing implementation
- added parser.y, a source file used by the bison utility with a functioning parser implementation
- added node.c and node.h, which parser.y uses to construct an AST of a C source file (up to binary ops)
- added driver.c, a Guile-C interface that provides a module to scheme programs
- added a Makefile to make all of this
- added stuff to .gitignore
</content>
</entry>
<entry>
<title>Add lexer support for add, mul, div, and mod</title>
<updated>2025-01-18T18:44:35+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-18T18:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=78b84826c9251d88dc082fbcc625a63638066e06'/>
<id>urn:sha1:78b84826c9251d88dc082fbcc625a63638066e06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete full translation for unary operators</title>
<updated>2025-01-18T18:40:25+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-18T18:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=b1e901b5ea18eb5b1fc985ae2d44737858afc3e2'/>
<id>urn:sha1:b1e901b5ea18eb5b1fc985ae2d44737858afc3e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set modules folder to modules path</title>
<updated>2025-01-18T09:07:40+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-18T09:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=14b2600bd58b0a4b09c6647c1d78ab7bccd4c1aa'/>
<id>urn:sha1:14b2600bd58b0a4b09c6647c1d78ab7bccd4c1aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new emitter files for code generation</title>
<updated>2025-01-18T09:07:07+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-18T09:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=a3d234983b259576e985f810eacf0d03eefc02d2'/>
<id>urn:sha1:a3d234983b259576e985f810eacf0d03eefc02d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use a scheme procedures+eval to manage and transform AST</title>
<updated>2025-01-18T08:25:47+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-18T08:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=ddd448ae86e5730d5cd297f44ec89ee3fa3c0006'/>
<id>urn:sha1:ddd448ae86e5730d5cd297f44ec89ee3fa3c0006</id>
<content type='text'>
Removes records for a more-managable scheme-syntax approach. Modules+overriding allows for the IR itself to be represented and evaluated as scheme code during each transformation.
</content>
</entry>
<entry>
<title>Remove unused files</title>
<updated>2025-01-18T08:22:46+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-18T08:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=1c216bd45a7d4fb529288192ecff46453309c485'/>
<id>urn:sha1:1c216bd45a7d4fb529288192ecff46453309c485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expansion of complex expressions into set of instructions</title>
<updated>2025-01-12T22:10:23+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-12T22:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=000b28c88bbfd1fde94b5e01ce2766230077e013'/>
<id>urn:sha1:000b28c88bbfd1fde94b5e01ce2766230077e013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify parser to handle unary operators</title>
<updated>2025-01-05T05:43:31+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-01-05T05:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=0d69984338399a78a3ba6f3a2493f1ffb34964f8'/>
<id>urn:sha1:0d69984338399a78a3ba6f3a2493f1ffb34964f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version number</title>
<updated>2024-12-31T08:45:32+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2024-12-31T08:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/ull.git/commit/?id=28116b7a9e77df0476f5dc15369637d508c1bfcb'/>
<id>urn:sha1:28116b7a9e77df0476f5dc15369637d508c1bfcb</id>
<content type='text'>
</content>
</entry>
</feed>
