-
http://tratt.net/laurie/research/pubs/html/tratt__direct_left_recursive_parsing_expression_grammars/
-
The current version is not able to recover from parsing errors. This results in the necessity to set up the projects accurately, providing all the include path and macro information, which may be quit…
wenns updated
10 years ago
-
Hello! I'm find that expression like:
start = (term? term)? term
term = [0-9]
don't correct work with nested optional terminals. It cannot recognize two digit string (11). One and three digit is ok.…
-
_Brace yourselves. This is pretty freakin' long._
## I Have a Branch to Which I Have Committed A Whole Bunch of Crap
For reference, [see here](https://github.com/nateabele/ui-router/tree/viewpath). W…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=82120
Requested On: Wed Dec 19 15:13:11 2012
Requested By: GWS@cpan.org
---
The Perl::Critic core policy
RegularExpressions::RequireExtendedForma…
-
Regex is not always well suited for our parsing, capture, and transformation tasks. Supplementing regexs with Parsing Expression Grammars (PEGs) will provide us with a well rounded set of parsing to…
trink updated
11 years ago
-
"context free grammar" should be "context-free grammar" (missing dash)
-
"menhir, like many parsers" ~> "menhir, like many parser generators"
-
"transforming a non-terminal symbol into a sequence, where each element of the sequence is either a token or another non-terminal symbol" is a little verbose. Perhaps " transforming a non-terminal sy…
-
"constructing the machinery" -> "construct the machinery"