Search code examples
pyPEG - data identified by a `flag()` function are returned incorrectly by `compose()` function...


pythonpython-3.xpegpypeg

Read More
How to perform lookaheads in a PEG without making the rule too greedy?...


regexparsingstring-parsingpegparslet

Read More
Backtracking Recursive Descent Parser for the following grammar...


parsingbacktrackingpegrecursive-descent

Read More
Multiline comments in a recursive descent parser...


parsingpegrecursive-descent

Read More
Re-write Parsing Expression Grammar (PEG) without left recursion...


intellij-pluginpeggrammar-kit

Read More
How do you parse nested comments in pegjs?...


javascriptparsinggrammarpegpegjs

Read More
String ending with character in parboiled2, when the string can contain that character...


scalapegparboiledparboiled2

Read More
Unexpected Behaviour with parsing this grammar with PEG.js...


javascriptparsingsyntaxantlrpeg

Read More
Is there a rule to match unicode printable characters in parboiled2?...


scalaunicodecharacter-encodingpegparboiled

Read More
Treetop parser error handling mechanism providing useless output...


rubyparsingpegtreetop

Read More
Ruby & Treetop - No such file or directory @ rb_sysopen...


rubyparsingpegtreetop

Read More
XML single node parsing with peg.js...


javascriptxmlpeg

Read More
Access Control String (ACS) Parser/Interpreter with PEG.js...


javascriptparsingexpressionpegpegjs

Read More
Generate TextMate language grammar from PEG.js grammar...


syntax-highlightinggrammartextmatepegpegjs

Read More
Back referencing with peg.js...


javascriptpeg

Read More
Rule precedence issue with grako...


pythonpython-3.xebnfpeggrako

Read More
Parsing special cases...


parsingcontext-free-grammarpegll-grammarlr-grammar

Read More
Peg left recursion removing...


pegpegjs

Read More
How does backtracking work in peg.js (with example)?...


node.jsgrammarpegpegjs

Read More
Is there a well-defined and well-reasoned transformation from LL(*) to PEG?...


parsingll-grammarpeg

Read More
Is parsing in multiple passes common for PEG grammars?...


parsinggrammarpeg

Read More
peg/leg - some curious behavior of PEG specification for expression parsing...


regexparsingexpressiongrammarpeg

Read More
How can I stop my simple addition grammar terminating early in Boost Spirit?...


c++boost-spiritboost-spirit-qipeg

Read More
Is backreference available in Parslet?...


rubyregexpegparslet

Read More
Parser doesn't stop parsing arbitrary newlines and whitespaces...


parsinglisppegpegjs

Read More
PEG grammar not working as expected...


parsingclojurepeg

Read More
How do I handle C-style comments in Ruby using Parslet?...


rubyparsingpegparslet

Read More
Return key, value object with dynamic key name...


javascriptpegpegjs

Read More
Extracting undelimited strings and integers using Boost Spirit...


c++parsingboostboost-spiritpeg

Read More
Trouble with PEG.js end of input...


javascriptparsingpegpegjs

Read More
BackNext