<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[using Qlalr as language parser ?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I need to parse my own query language. Really simple which looks like SELECT statement in SQL:</p>
<pre><code>- SELECT a,b,c,d FROM b WHERE  a = 3 
</code></pre>
<p dir="auto">I have several choice ..</p>
<ul>
<li>Using Antlr4 ( library required)</li>
<li>Using flex/yacc ( cannot understand the code and it generates C code :( )</li>
<li>Qlalr from Qt seems greate! But there are NO documentation...</li>
</ul>
<p dir="auto">What do you suggest ? Any other idea?</p>
]]></description><link>https://forum.qt.io/topic/85402/using-qlalr-as-language-parser</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 17:55:53 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/85402.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Nov 2017 18:23:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to using Qlalr as language parser ? on Sun, 26 Nov 2017 20:31:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">How complex is that language ?<br />
What will it be used for ?</p>
]]></description><link>https://forum.qt.io/post/428373</link><guid isPermaLink="true">https://forum.qt.io/post/428373</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 26 Nov 2017 20:31:37 GMT</pubDate></item></channel></rss>