<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chromatopelma/csc/codegen.csc, branch main</title>
<subtitle>Partial r7rs implementation with a focus on ease of implementation and a reusable library. Work in progress.</subtitle>
<id>https://code.roseh.moe/chromatopelma/atom/csc/codegen.csc?h=main</id>
<link rel='self' href='https://code.roseh.moe/chromatopelma/atom/csc/codegen.csc?h=main'/>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/'/>
<updated>2022-08-02T02:35:19Z</updated>
<entry>
<title>Modify the project structure.</title>
<updated>2022-08-02T02:35:19Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-08-02T02:35:19Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=acc561366f3fe6ec0377103f52ef0f7e923711c9'/>
<id>urn:sha1:acc561366f3fe6ec0377103f52ef0f7e923711c9</id>
<content type='text'>
Now the lib directory contains what will eventually end up on the
user's /usr/lib/csc. When I write make install, it will copy all of
the .csc files from lib into the destination lib directory. This means I
can start working on the standard library in lib/scheme.
</content>
</entry>
<entry>
<title>Insert an exit op at the end of the program.</title>
<updated>2022-07-30T00:52:54Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-30T00:52:54Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=762431b0f0a6ead18a93a05c0f3269dca5b8fef1'/>
<id>urn:sha1:762431b0f0a6ead18a93a05c0f3269dca5b8fef1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compilation errors in the compiler.</title>
<updated>2022-07-29T23:42:27Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-29T23:42:27Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=0ddb8fb300b916605baa2552eec3dc77b4e6e154'/>
<id>urn:sha1:0ddb8fb300b916605baa2552eec3dc77b4e6e154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an issue with how the linker combined files.</title>
<updated>2022-07-27T01:29:40Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-27T01:29:40Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=b8ed2e52cd7decd56b195df5363fcc0f17cc3805'/>
<id>urn:sha1:b8ed2e52cd7decd56b195df5363fcc0f17cc3805</id>
<content type='text'>
I inserted jump statements into the bytecode at the beginning of each
compilation unit, to jump to the init label. The point is that now the
bytecode can be executed from start to finish, and assuming the
libraries were ordered correctly, it will run the full program.
</content>
</entry>
<entry>
<title>Write unit tests for codegen.</title>
<updated>2022-07-25T23:59:48Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-25T23:59:48Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=dd48a415840db45c03c3b625820f29fdf915214d'/>
<id>urn:sha1:dd48a415840db45c03c3b625820f29fdf915214d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write a test for codegen.</title>
<updated>2022-07-25T03:29:19Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-25T03:29:19Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=ac23fca796d6dc6fc7aab0ac5bdf8987aa490761'/>
<id>urn:sha1:ac23fca796d6dc6fc7aab0ac5bdf8987aa490761</id>
<content type='text'>
I'm not sure yet how to test regalloc.
</content>
</entry>
<entry>
<title>Start codegen.</title>
<updated>2022-07-25T02:08:49Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rhogenson@posteo.net</email>
</author>
<published>2022-07-25T02:08:49Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/chromatopelma/commit/?id=745d6b8e16c7f276f479c18d97200e44d16aafc9'/>
<id>urn:sha1:745d6b8e16c7f276f479c18d97200e44d16aafc9</id>
<content type='text'>
</content>
</entry>
</feed>
