<br><br>
<div class="gmail_quote">On Tue, Nov 5, 2013 at 5:45 AM, Chad Joan <span dir="ltr"><<a href="mailto:chadjoan@gmail.com" target="_blank">chadjoan@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div class="im">
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">Use the repetition operator(s) and turn the resulting array into whatever tree you like.  In practice, I have never had a problem with this.<br>
<br>I have used both Pegged and have written an SQL parser at work (not exhaustive, just what's needed) that uses C macros as PEG elements.  Tangent: Using C macros for this worked surprisingly well and allowed me to avoid an extra step in the build process (I do not have access to D for that project).  Pegged is still much more scalable, optimizable, and the grammars are a lot less ugly/finicky.<br>
</blockquote></div></blockquote>
<div> </div>
<div>That made my day, thanks!</div>
<div> </div></div><br>