<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libparser/README, branch master</title>
<subtitle>[Stable] Right-context-sensitive grammar parsing library
</subtitle>
<id>https://git.maandree.se/libparser/atom?h=master</id>
<link rel='self' href='https://git.maandree.se/libparser/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/'/>
<updated>2026-02-26T16:23:41Z</updated>
<entry>
<title>cleanup</title>
<updated>2026-02-26T16:23:41Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-02-26T16:23:41Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=f75673290768677c08135f6aada53298544a14f2'/>
<id>urn:sha1:f75673290768677c08135f6aada53298544a14f2</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Add \t and improve printing of text, and print the input text when PRINT_ACTIONS used</title>
<updated>2026-02-23T06:53:09Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-01-05T14:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=28b0a361363acbd9a2d291d82e145fb3757ed9f8'/>
<id>urn:sha1:28b0a361363acbd9a2d291d82e145fb3757ed9f8</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Make deterministic the default</title>
<updated>2026-02-23T06:53:08Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-01-05T13:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=208594ca9f95a87f60ff052490a4d5824dc23801'/>
<id>urn:sha1:208594ca9f95a87f60ff052490a4d5824dc23801</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>fix typos</title>
<updated>2026-02-22T13:57:33Z</updated>
<author>
<name>Mattias Andrée</name>
<email>m@maandree.se</email>
</author>
<published>2026-02-22T13:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=fc925ae7a5c6130db3f6327b451d16cdc18d003f'/>
<id>urn:sha1:fc925ae7a5c6130db3f6327b451d16cdc18d003f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;m@maandree.se&gt;
</content>
</entry>
<entry>
<title>Introduction of (double) rejection made libparser a right-context-sensitive grammar parser</title>
<updated>2023-05-11T18:30:31Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2023-05-11T18:30:31Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=304102cc8e88d5e6c6f0cd0a9b7a9ff28bc8d372'/>
<id>urn:sha1:304102cc8e88d5e6c6f0cd0a9b7a9ff28bc8d372</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix grammar doc: _comment: do not accept characters lower than regular blank space</title>
<updated>2021-04-19T09:56:08Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-04-19T09:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=77ca25bfb0ec92303ada71400e298840ea4ba4ff'/>
<id>urn:sha1:77ca25bfb0ec92303ada71400e298840ea4ba4ff</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Fix grammar doc: _comment_char: reject double quote</title>
<updated>2021-04-19T09:52:20Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-04-19T09:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=d46cf0fc292f0030d4917c89c53646d46eb56205'/>
<id>urn:sha1:d46cf0fc292f0030d4917c89c53646d46eb56205</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add rejection + fix documentation of comment syntax (can contain string)</title>
<updated>2021-04-19T09:29:50Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-04-19T09:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=16b3146a1ed4497205a378472b35c40eb34c0d40'/>
<id>urn:sha1:16b3146a1ed4497205a378472b35c40eb34c0d40</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Simplify whitespace in grammar representation</title>
<updated>2021-04-17T22:06:34Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-04-17T22:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=0697cc07dcdee8ec6c4440c565fb629502ad7f1f'/>
<id>urn:sha1:0697cc07dcdee8ec6c4440c565fb629502ad7f1f</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Add libparser.7 and libparser-generate.1</title>
<updated>2021-04-17T21:41:01Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2021-04-17T21:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libparser/commit/?id=c04509285946bc045f60a9e0633d818a49718fc0'/>
<id>urn:sha1:c04509285946bc045f60a9e0633d818a49718fc0</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
</feed>
