<div>I'll assume that wasn't meant to be as condescending as it came off to me.</div><div> </div><div>>which is about as clear as it can get</div><div> </div><div>Yeah, something about <br></div><div><div style="background-color: transparent;" id="LC184" class="line">
binary_type -> '<<' '>>'                  : {type, ?line('$1'),binary,</div><div style="background-color: transparent;" id="LC185" class="line">                                            [abstract(0, ?line('$1')),</div>
<div style="background-color: transparent;" id="LC186" class="line">                                              abstract(0, ?line('$1'))]}.</div><div style="background-color: transparent;" id="LC187" class="line"> </div><div style="background-color: transparent;" class="line">
binary_type -> '<<' bin_base_type '>>'    : {type, ?line('$1'),binary,</div><div style="background-color: transparent;" class="line">                                         ['$2', abstract(0, ?line('$1'))]}.</div>
<div style="background-color: transparent;" class="line"> </div><div style="background-color: transparent;" class="line">Doesn't scream out to me 'as clear as it gets'!  But reasonable people can disagree.  As for how I would understand a full BNF/EBNF...well I am familar with that format so I think I would somehow manage, even with my lack of YRL familiarity.</div>
<div style="background-color: transparent;" class="line"> </div><div style="background-color: transparent;" class="line">Joe's response about how to parse the YRL (specifically pointing out I could ignore the stuff to the right of the ':', which was most of the 'noise' for me) was much more helpful.</div>
<div style="background-color: transparent;" class="line"><br>Ryan<br></div></div><div class="gmail_quote">On Fri, Nov 11, 2011 at 12:36 PM, Richard Carlsson <span dir="ltr"><<a href="mailto:carlsson.richard@gmail.com">carlsson.richard@gmail.com</a>></span> wrote:<br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote"><div class="im">On 11/11/2011 09:28 PM, Ryan Molden wrote:<br>

<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">
Yeah, no luck.  Neotoma (near as I can tell) is based at seancribbs /<br>
neotoma (with numerous forks).  It is a parser generator for Erlang<br>
that *understands* PEGs, it does not, itself, contain a PEG for the<br>
actual Erlang language, just some trivial PEG examples for things like<br>
JSON and some simple DSLs.<br>
I am looking for an up-to-date BNF/EBNF/PEG grammar for the Erlang<br>
language itself.<br>
</blockquote>
<br></div>
I don't quite grasp what you're looking for. If you can't understand <a href="https://github.com/erlang/otp/blob/master/lib/stdlib/src/erl_parse.yrl" target="_blank">https://github.com/erlang/otp/<u></u>blob/master/lib/stdlib/src/<u></u>erl_parse.yrl</a>, (which is about as clear as it can get) how can you hope to understand *any* complete BNF grammar for Erlang?<br>
<font color="#888888">
<br>
   /Richard</font><div><div></div><div class="h5"><br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>