Issues
- 0
- 0
version in documentation is wrong
#601 opened by hamnis - 4
.string works incorrectly with some parsers
#600 opened by p-pavel - 2
Should `Parser` have a typeclass?
#435 opened by morgen-peschke - 0
investigate scalacheck failure 20231113
#558 opened by johnynek - 2
Recursion with `Parser0`
#529 opened by keirlawson - 3
- 0
investigate scalacheck failure 20230625T112756
#508 opened by johnynek - 0
set up github CI to run benchmarks on release
#494 opened by johnynek - 9
Parser error prettyprinting
#239 opened by re-xyr - 0
add json string parsing
#433 opened by johnynek - 0
add a withString combinator
#434 opened by johnynek - 6
Is it possible to support Scala Native?
#371 opened by i10416 - 1
Recursive parser creates infinite loop.
#323 opened by Ktedon - 3
API to read source position
#234 opened by re-xyr - 5
- 2
Problem with Maven RC2 release?
#197 opened by bblfish - 5
Parser creation performance
#279 opened by DieMyst - 6
Either x or not y
#316 opened by ohuu - 0
RadixNode and stringIn are a bit slow
#350 opened by johnynek - 9
- 0
flakey test: X cats.parse.ParserTest.a.flatMap(b) composes as expected parser00
#395 opened by johnynek - 0
use java.util.BitSet on scalajs
#381 opened by johnynek - 2
identifier parser
#392 opened by hartmut27 - 0
Remove isScalaJs/isScalaJvm on minor version update
#391 opened by i10416 - 0
alternate design for voiding
#379 opened by johnynek - 0
idea for safe repetition on Parser0
#344 opened by johnynek - 5
Rep same char as surrounded by
#342 opened by peter-jerry-ye - 0
A parser string interpolator
#329 opened by johnynek - 1
Backtracking with context
#330 opened by DenisNovac - 3
orElse not working as expected
#311 opened by ohuu - 0
docs can give warnings, which causes publish to fail
#306 opened by johnynek - 2
- 4
- 1
Non-string inputs?
#281 opened by rossabaker - 0
- 4
Inconvenient Parser0 type derivation
#277 opened by DenisNovac - 7
What exactly `recursive` method does?
#275 opened by DenisNovac - 6
Why is Parser0#repSep not possible?
#205 opened by nightscape - 7
Readme example does not parse
#272 opened by DenisNovac - 8
- 2
Better error messages
#243 opened by kbeldjilali - 3
Replacing parsed text upon identification.
#247 opened by Ktedon - 5
How to write recursive parsers?
#228 opened by glamm - 2
Tuple semigroupal operations on parsers result in the wider Parser0 type - workarounds?
#235 opened by netvl - 4
publish for Scala 3.0.0-RC3
#216 opened by hamnis - 1
Different way of combining Parser0 and Parser
#203 opened by nightscape - 3
CPU time spent in hashcode computation
#198 opened by ghostdogpr - 3
Bug with length restrictions on `rep`?
#199 opened by bblfish - 12
A | B != B | A
#188 opened by timzaak