<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ek/src/debug.c, branch master</title>
<subtitle>BORED - Compiler for triscv</subtitle>
<id>https://metanimi.dy.fi/cgit/ek/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/ek/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/'/>
<updated>2025-01-12T11:17:48Z</updated>
<entry>
<title>highlight flaws in current unification system</title>
<updated>2025-01-12T11:17:48Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-01-12T11:17:48Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=2d8691cfef92edf31da746668fd2da3c1fa5043c'/>
<id>urn:sha1:2d8691cfef92edf31da746668fd2da3c1fa5043c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>futher struct continuation work</title>
<updated>2025-01-10T22:52:21Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2025-01-10T22:52:21Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=2d8d5ffaee9701955828413f844afa1b3767f748'/>
<id>urn:sha1:2d8d5ffaee9701955828413f844afa1b3767f748</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add analyzer and fix some reported issues</title>
<updated>2024-08-17T17:47:33Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-17T17:47:33Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=395efb9c8a0a0160a7b95769e9484bae5548bbde'/>
<id>urn:sha1:395efb9c8a0a0160a7b95769e9484bae5548bbde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test cleanup</title>
<updated>2024-08-14T17:44:26Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-14T17:44:26Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=2023a7b2d9656f80b00de81453348c0a66f200f7'/>
<id>urn:sha1:2023a7b2d9656f80b00de81453348c0a66f200f7</id>
<content type='text'>
+ Somewhat poor Git hygiene but I also fixed some bugs while I was at
  it.
</content>
</entry>
<entry>
<title>print out aliases as well</title>
<updated>2024-08-14T16:06:16Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-14T16:06:16Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=1a56a881bc2c37614cfd074e7b986211c6d04809'/>
<id>urn:sha1:1a56a881bc2c37614cfd074e7b986211c6d04809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>print whole type list</title>
<updated>2024-08-14T15:59:45Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-14T15:59:45Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=cb8ec6419e76899d91c068c4835a477c01063450'/>
<id>urn:sha1:cb8ec6419e76899d91c068c4835a477c01063450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow adding traits to pointers</title>
<updated>2024-08-14T15:51:28Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-14T15:51:28Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=852ff838af56ef3668ff94c27b0140869dcb7359'/>
<id>urn:sha1:852ff838af56ef3668ff94c27b0140869dcb7359</id>
<content type='text'>
+ Should be enough to fairly easily use pointers in standard containers.
  Note that this just uses the pointer value itself, and doesn't care
  about the underlying type at all. So for example a sorted vector of
  pointers is sorted by the address, not by some comparison function
  that the underlying type may have defined. For that you will need a
  wrapper struct or something.
</content>
</entry>
<entry>
<title>make defer work better with generic code</title>
<updated>2024-08-12T16:06:03Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-12T15:55:46Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=2157fdbaca0b80e488c4f77ad5c0d04b051175cf'/>
<id>urn:sha1:2157fdbaca0b80e488c4f77ad5c0d04b051175cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial generics for structs</title>
<updated>2024-08-11T20:23:12Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-08-11T20:23:12Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=d23d03829e5baf947d347f49cc1d7807be6c070b'/>
<id>urn:sha1:d23d03829e5baf947d347f49cc1d7807be6c070b</id>
<content type='text'>
+ Likely still very much full of bugs
</content>
</entry>
<entry>
<title>formatting</title>
<updated>2024-04-09T15:43:02Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-04-09T15:43:02Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/ek/commit/?id=7294673a9889f968eef86930d4e09f47070439fc'/>
<id>urn:sha1:7294673a9889f968eef86930d4e09f47070439fc</id>
<content type='text'>
</content>
</entry>
</feed>
