<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miniyacc.git, branch master</title>
<subtitle>The Smallest POSIX YACC
</subtitle>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/'/>
<entry>
<title>add a Makefile</title>
<updated>2024-09-02T16:24:56+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2024-09-02T16:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=2456f6593694e83d036a79bebcc0c0c5922a9987'/>
<id>2456f6593694e83d036a79bebcc0c0c5922a9987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a nonassoc bug</title>
<updated>2024-09-02T16:18:54+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2024-09-02T16:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=3bea0b61a5f24a00927bb26f9fa569d95c609fcf'/>
<id>3bea0b61a5f24a00927bb26f9fa569d95c609fcf</id>
<content type='text'>
I am not sure if the mirror thing
should be implemented in the else
branch.

This fix makes a clean pgsql yacc
parser go through.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I am not sure if the mirror thing
should be implemented in the else
branch.

This fix makes a clean pgsql yacc
parser go through.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix hang on unclosed comment</title>
<updated>2024-09-02T16:17:12+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2024-09-02T16:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=e187e988d52f6699c9350f007d9eef7908692350'/>
<id>e187e988d52f6699c9350f007d9eef7908692350</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump limits</title>
<updated>2024-09-02T16:16:37+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2024-09-02T16:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=4b1835148b5a5e8d4760ae0905de353f9fc435f4'/>
<id>4b1835148b5a5e8d4760ae0905de353f9fc435f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support /* */ comments</title>
<updated>2021-08-02T16:52:39+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2021-08-02T16:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=dc701a62719d0c460d3306c65e9e0457c7bbd4a7'/>
<id>dc701a62719d0c460d3306c65e9e0457c7bbd4a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail on invalid token</title>
<updated>2019-05-15T08:52:47+00:00</updated>
<author>
<name>Michael Forney</name>
</author>
<published>2019-05-08T08:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=60d16fd50aaaf4fec3014376f14cea62cb9aa5a9'/>
<id>60d16fd50aaaf4fec3014376f14cea62cb9aa5a9</id>
<content type='text'>
Reading a zero-length TIdnt token causes infinite loops or other failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reading a zero-length TIdnt token causes infinite loops or other failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mistyped prototype of lexer function</title>
<updated>2019-03-25T20:50:59+00:00</updated>
<author>
<name>Sergei Rogachev</name>
</author>
<published>2019-03-01T07:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=e3827acb73055d2e3b16deaecd83574af7a08399'/>
<id>e3827acb73055d2e3b16deaecd83574af7a08399</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch $ substitution code</title>
<updated>2015-10-09T03:46:24+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2015-10-09T03:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=1bf2c09a62f3e17ffdebe66b18b6a87e94a4cb88'/>
<id>1bf2c09a62f3e17ffdebe66b18b6a87e94a4cb88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve handling of strings in code blocks</title>
<updated>2015-10-04T19:15:56+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2015-10-04T19:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=36f20203ed9debdf9d4ceaafa7ea6dd3993c7713'/>
<id>36f20203ed9debdf9d4ceaafa7ea6dd3993c7713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename myacc.c to yacc.c</title>
<updated>2015-10-02T02:28:45+00:00</updated>
<author>
<name>Quentin Carbonneaux</name>
</author>
<published>2015-10-02T02:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://c9x.me/git/miniyacc.git/commit/?id=dd12fbab7742801ee2c3cc1ad79897885f4e2893'/>
<id>dd12fbab7742801ee2c3cc1ad79897885f4e2893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
