Search code examples
What is the relation between parser combinators and recursive descent parsers?...

parsingparser-combinatorsrecursive-descent

Read More
Why can't I move a closure represented by a trait?...

rustclosureslifetimeparser-combinators

Read More
Scala 3: why does `inline` fix stack overflow...

scalascala-macrosscala-3parser-combinators

Read More
how to parse unary expressions using parser combinators?...

parsinghaskellparser-combinators

Read More
How can I parse Java array type signatures using a parser combinator?...

javaparsingparser-combinators

Read More
Parsing inside `between` with Megaparsec...

parsinghaskellparser-combinatorsmegaparsec

Read More
With FParsec is it possible to manipulate the error position when a parser fails?...

parsingf#parser-combinatorsfparsec

Read More
How to Install scala parser combinators...

scalaparser-combinators

Read More
Function `impl Parser` trait no working with `alt` combinator in nom...

rustparser-combinatorsnom

Read More
Parsing an indentation based language using parsimmon library...

javascriptparsingparser-combinators

Read More
nom & borrowed value does not live long enough error...

rustparser-combinatorsnom

Read More
Mixfix Parser Bug: Infix Right Associative Operators failing...

parsinghaskellparser-combinators

Read More
Parse Haskell itself with parser combinators...

haskellparsecparser-combinators

Read More
What level of backtracking does this parser combinator library need?...

backtrackingcontext-free-grammarparser-combinators

Read More
How to evaluate combinators productions right to left in Scala...

scalaparsingparser-combinators

Read More
How to parse a character range into a tuple...

haskellparser-combinatorsmegaparsec

Read More
How to propagate Nom fail context out of many0?...

rustparser-combinatorsnom

Read More
Custom Nom parser error without custom ErrorKind...

rustparser-combinatorsnom

Read More
readP in Haskell has output that doesn't match the intended input when using the string...

parsinghaskellfunctional-programmingparser-combinators

Read More
Closure which captures outer scope as field of struct in Rust...

rustlifetimeparser-combinators

Read More
How does one create a struct that holds a type parameterized function in Rust?...

parsingrusttypesfunctional-programmingparser-combinators

Read More
haskell parser combinator infinite loop...

haskellparser-combinators

Read More
Nom parser that skips escaped terminator characters...

regexparsingrustparser-combinators

Read More
How to use nom to gobble a string until a delimiter or the end?...

rustparser-combinatorsnom

Read More
Permutation parsing with megaparsec + parser-combinators too lenient...

haskellparser-combinatorsmegaparsec

Read More
Suppress empty result from 'many' in 'seq(p, many(p))' construct with parser combina...

functional-programmingpostscriptparser-combinators

Read More
Why does this expression parser scale so bad in the number of (some?) rules?...

performanceparsingtime-complexityidrisparser-combinators

Read More
How can I match an exact tag using the nom library in Rust...

parsingrustparser-combinatorsnom

Read More
Recursive parsing with Python's parsec.py library...

pythonparsingparsecparser-combinators

Read More
How to force nom to parse the whole input string?...

parsingrustparser-combinatorsnom

Read More
BackNext