<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cff/src/parse.cff, branch master</title>
<subtitle>toy systems language</subtitle>
<id>https://git.lemon.rip/cff/atom?h=master</id>
<link rel='self' href='https://git.lemon.rip/cff/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/'/>
<updated>2022-09-01T12:07:46+00:00</updated>
<entry>
<title>on big aggregates big, use a hash map to lookup fields</title>
<updated>2022-09-01T12:07:46+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T11:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=6ea6819e5a8b6e2b2c818249642e7923db9f81c8'/>
<id>urn:sha1:6ea6819e5a8b6e2b2c818249642e7923db9f81c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check for duplicate fields faster using bloom filter</title>
<updated>2022-09-01T10:09:50+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T10:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=2e0160015d756702a799be95db237b7a91bae400'/>
<id>urn:sha1:2e0160015d756702a799be95db237b7a91bae400</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace instances of streq with ==</title>
<updated>2022-09-01T09:30:27+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T09:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=7b7e6fd49529adda020077baf962868136d7a005'/>
<id>urn:sha1:7b7e6fd49529adda020077baf962868136d7a005</id>
<content type='text'>
where strings are interned, this is ok. this was the intention of
interning strings from the beginning.
</content>
</entry>
<entry>
<title>disallow duplicate fields</title>
<updated>2022-09-01T09:26:02+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T09:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=55abd40aa95d36167950823bf77f4bf24c403102'/>
<id>urn:sha1:55abd40aa95d36167950823bf77f4bf24c403102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix memory leak</title>
<updated>2022-09-01T08:05:06+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T08:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=c8a3e8a84abac37252707646a16e554173496c2b'/>
<id>urn:sha1:c8a3e8a84abac37252707646a16e554173496c2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>relax block comment lexing requirements</title>
<updated>2022-09-01T07:31:49+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T07:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=95b02a948385370092bae845a83fd5f14af82438'/>
<id>urn:sha1:95b02a948385370092bae845a83fd5f14af82438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disallow mutating elements of const array</title>
<updated>2022-09-01T05:32:57+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T05:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=8e85f9adcf63aefc0c8d1b825ad2d4a35584551d'/>
<id>urn:sha1:8e85f9adcf63aefc0c8d1b825ad2d4a35584551d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove nesemu1</title>
<updated>2022-08-31T16:11:56+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-08-31T16:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=25238202a22997564f69e8760b3754154d3d8228'/>
<id>urn:sha1:25238202a22997564f69e8760b3754154d3d8228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some warnings</title>
<updated>2022-08-31T14:04:11+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-08-31T14:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=d983bd27b9175340e6b03d11759fba4366179ae1'/>
<id>urn:sha1:d983bd27b9175340e6b03d11759fba4366179ae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>def x = expr -&gt; defmacro x = expr, def const -&gt; def</title>
<updated>2022-08-31T14:00:34+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-08-31T14:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=b4310d08333fcb9ae4f3e4bf1e0e5fc6599ada4e'/>
<id>urn:sha1:b4310d08333fcb9ae4f3e4bf1e0e5fc6599ada4e</id>
<content type='text'>
</content>
</entry>
</feed>
