Search code examples
FParsec: how to omit `many` parser failures from error messages...


f#parser-combinatorsfparsec

Read More
Unpacking nested applicative functors f#...


parsingparser-combinators

Read More
Understanding Text.ParserCombinators.ReadP.sepBy1...


parsinghaskellparser-combinators

Read More
Why is this set of parser combinators overflowing the stack?...


scalastack-overflowparser-combinatorsebnf

Read More
FParsec identifiers vs keywords...


f#parser-combinatorsfparsec

Read More
Failure handling in a Parser function...


parsinghaskellparser-combinatorstrifecta

Read More
Implementation differences between parser combinators and packrat algorithm...


parsinghaskellparsecparser-combinatorspeg

Read More
Functional Programming in Scala book: How to run the inline examples from chapter 9?...


scalafunctional-programmingparser-combinators

Read More
Using keep-left/right combinator is not working with result converter...


scalaparser-combinators

Read More
Are there any known parser combinator library's in F# that can parse binary (not text) files?...


parsingf#binaryparser-combinatorsfparsec

Read More
Lightyear requireFailure does not do backtracking...


idrisparser-combinatorslightyear

Read More
Parsing case statements in scala...


regexscalaparser-combinators

Read More
Extractor for a shapeless HList that mimics parser concatenation `~`...


scalaparser-combinatorsshapelesshlist

Read More
Lightyear parser behaves in unexpected way...


whitespaceidrisparser-combinatorslightyear

Read More
Using ~> and <~ several times in Scala parser combinator library...


scalaparser-combinators

Read More
Scala PackratParsers does not backtrack as it should?...


scalaparsingparser-combinators

Read More
Composing scala parser combinators at runtime...


scalatypesinner-classesparser-combinators

Read More
Scala IF-ELSEIF-ELSE Simple parser combinator for control flow...


scalaparser-combinators

Read More
Alternative to rep1sep in scala parser combinator...


scalaparsingparser-combinators

Read More
How to parse until a token is found on a line by itself...


scalaparser-combinators

Read More
scala.util.parsing.combinator.RegexParsers constructor cannot be instantiated to expected type...


scalaparser-combinators

Read More
How to iterate a YAML file to give all possible combinations from items in different lists in PYTHON...


pythonyamlcombinationspyyamlparser-combinators

Read More
How to make my parser support logic operations and word case-insensitive?...


scalaparsingparser-combinators

Read More
How to combine parsers up to n times in Haskell?...


parsinghaskellparsecparser-combinatorstrifecta

Read More
Non-strict by-name arguments in Python?...


pythonparser-combinatorscallbynameevaluation-strategy

Read More
Scala: why is a type used as a method call?...


scalafunctional-programmingparser-combinators

Read More
Avoiding usage of fail in parsers from Parsers library...


parsinghaskellparser-combinators

Read More
Haskell Parser Combinators...


parsinghaskellparsecparser-combinatorsattoparsec

Read More
Recognize floating point from input with nom...


rustparser-combinators

Read More
Text.Regex.Applicative - Multiline Comments...


regexhaskellapplicativeparser-combinators

Read More
BackNext