About 97 results
Open links in new tab
  1. Parsec Connection Failure Error -10 and -11 - Stack Overflow

    Oct 19, 2021 · There might be several reasons for these two errors, however the Parsec docs does not give possible solutions. In my case going to App & Features > Optional Features > Add Feature and …

  2. haskell - What's the difference between Text.ParserCombinators.Parsec ...

    Parsec 3 can work with arbitrary streams -- data structures with a list-like interface. You can define your own streams, but Parsec 3 also includes a popular and efficient Stream implementation based on …

  3. parsing - Parsec `try` should backtrack - Stack Overflow

    Sep 5, 2022 · Isn't Parsec's try supposed to backtrack when it encounters failure? For instance, if I have the code import Control.Applicative ((<|>)) import Debug.Trace import Text.Parsec (try) import Text.

  4. Using Parsec to parse regular expressions - Stack Overflow

    Jan 26, 2012 · You should use Parsec.Expr.buildExprParser; it is ideal for this purpose. You simply describe your operators, their precedence and associativity, and how to parse an atom, and the …

  5. attoparsec or parsec in haskell - Stack Overflow

    Parsec also comes with a monad transformer, which means you can layer it in a monad stack. This could be useful if you want to keep track of additional state during your parse, for example. You …

  6. Simply using parsec in python - Stack Overflow

    Aug 6, 2019 · Simply using parsec in python Ask Question Asked 6 years, 8 months ago Modified 6 years, 8 months ago

  7. haskell - How to make the entire Parsec parsing process fail upon ...

    Dec 7, 2025 · How to make the entire Parsec parsing process fail upon certain conditions? Asked 4 months ago Modified 4 months ago Viewed 97 times

  8. Parsec vs Yacc/Bison/Antlr: Why and when to use Parsec?

    Feb 21, 2011 · So when shall we use Parsec instead of, say, generating Haskell code from Bison/Antlr? This question might go a little beyond technology, and into the realm of industry practice. When …

  9. haskell - Why does my parsec lexer seem to be whitespace sensitive for ...

    Dec 30, 2024 · Why does my parsec lexer seem to be whitespace sensitive for integers only? Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 82 times

  10. linux - Parsec flatpak fails to load libraries, disabling hardware ...

    Jun 24, 2022 · Parsec flatpak fails to load libraries, disabling hardware acceleration Asked 3 years, 9 months ago Modified 10 months ago Viewed 877 times