<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pish.git/src/parse/regex/bc.rs, branch main</title>
<subtitle>pingu shell
</subtitle>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/'/>
<entry>
<title>special cased regex for performance</title>
<updated>2026-06-06T10:15:52+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-06T10:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=53980774c327675e886179c0a2c140744dcf9b95'/>
<id>53980774c327675e886179c0a2c140744dcf9b95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex: benchmark and optimizations</title>
<updated>2026-06-06T08:15:16+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-06T08:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=1ff733a821a947880baaad42aab43a398285418c'/>
<id>1ff733a821a947880baaad42aab43a398285418c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex: greedy/non-greedy tests</title>
<updated>2026-06-05T20:37:48+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T20:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=4eeb79c190bd08e761d097cd10382f09a9ee4348'/>
<id>4eeb79c190bd08e761d097cd10382f09a9ee4348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>submatches</title>
<updated>2026-06-05T20:14:09+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T20:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=de6474983156b108874432238174f7c3b60b2945'/>
<id>de6474983156b108874432238174f7c3b60b2945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parse non-greedy repetitions</title>
<updated>2026-06-05T19:59:56+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T19:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=39a849c46cc61cacc84c1d9a7e5c2c05bcf51f1a'/>
<id>39a849c46cc61cacc84c1d9a7e5c2c05bcf51f1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix regex</title>
<updated>2026-06-05T19:55:42+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T19:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=959e8f2ea9c0b7f52b3ab98244cb110af179b82c'/>
<id>959e8f2ea9c0b7f52b3ab98244cb110af179b82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex compiler compiles</title>
<updated>2026-06-05T19:22:44+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T19:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=05f3f381d0066b2e6116470f4e6251ae191aaefe'/>
<id>05f3f381d0066b2e6116470f4e6251ae191aaefe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make it compile</title>
<updated>2026-06-05T13:12:46+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T13:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=65013cb7441dcd56d362613e1ebc469756613b24'/>
<id>65013cb7441dcd56d362613e1ebc469756613b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some bytecode implementation, does not work yet</title>
<updated>2026-06-05T13:03:44+00:00</updated>
<author>
<name>Jonas Maier</name>
<email>jonas@x77.dev</email>
</author>
<published>2026-06-05T13:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pish.dev/pish.git/commit/?id=a464bec4d558533776329634504ab0c1bee84bba'/>
<id>a464bec4d558533776329634504ab0c1bee84bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
