issues
search
mrkkrp
/
megaparsec
Industrial-strength monadic parser combinator library
Other
920
stars
87
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add `Text.Megaparsec.Error.errorBundlePrettyForGhcPreProcessors`
#573
sol
closed
1 week ago
1
Error is formatted incorrectly when 0-width characters are in use.
#572
NorfairKing
opened
1 month ago
0
Use existential type variable for IndentOpt
#571
eayus
opened
1 month ago
0
Use better implementations for many and some by default
#570
mrkkrp
closed
1 month ago
0
chore: fix typo in `mzero` docs
#569
thelissimus
closed
2 months ago
1
Custom provenance/metadata
#568
mcdearman
opened
2 months ago
4
Provide default many/some implementations via MonadPlus?
#567
neongreen-sc
closed
1 month ago
1
Inline applicative operators
#566
szumixie
closed
3 months ago
1
IndentOpt Existential Type
#565
eayus
opened
4 months ago
1
Implement correct handling of wide Unicode characters
#564
mrkkrp
closed
4 months ago
0
Test with GHC 9.10.1, drop 9.6
#563
mrkkrp
closed
5 months ago
0
obsolet char and notChar in Tutorial
#562
maxigit
closed
6 months ago
1
How to make a recoverable indentation block parser
#561
bingis-khan
opened
6 months ago
1
[Question] How to propagate line number from lexer to parser
#560
leana8959
opened
6 months ago
1
Expand elem/notElem to allow fusion
#559
1Jajen1
closed
6 months ago
1
How to use `Operator` from tutorial
#558
ju-sh
closed
7 months ago
2
Bump actions/cache from 4.0.0 to 4.0.2
#557
dependabot[bot]
opened
8 months ago
0
Rewrite rules for parser primitives
#556
lrworth
closed
5 months ago
2
Bump actions/cache from 4.0.0 to 4.0.1
#555
dependabot[bot]
closed
8 months ago
1
Parsing hexadecimal floats
#554
gabrielsimoes
opened
9 months ago
1
Bump haskell-actions/run-ormolu from 14 to 15
#553
dependabot[bot]
closed
9 months ago
0
Error context with additional source positions
#552
JakeWheat
opened
9 months ago
4
Bump actions/cache from 3.3.1 to 4.0.0
#551
dependabot[bot]
closed
10 months ago
0
Bump actions/cache from 3.3.1 to 3.3.3
#550
dependabot[bot]
closed
10 months ago
1
Move `Text.Megaparsec.State` into `exposed-modules`
#549
byorgey
closed
1 year ago
1
Formal correction of dep upper bounds: `< x.0` to `< x`
#548
andreasabel
closed
1 year ago
3
Update for GHC 9.8
#547
amesgen
closed
1 year ago
3
deepseq-1.5?
#546
nomeata
closed
1 year ago
1
Allow building with text 2.1
#545
andrewthad
closed
1 year ago
2
get col, row (as Int's) and error message of the first TrivialError
#544
KeesBleijenberg
closed
1 year ago
2
Bump actions/checkout from 3 to 4
#543
dependabot[bot]
closed
1 year ago
0
Bump actions/cache from 3.3.1 to 3.3.2
#542
dependabot[bot]
closed
10 months ago
1
Wrong source locations on `unexpected end of input` with custom tokens
#541
sol
closed
1 year ago
2
Add `drop` to `Text.Megaparsec`
#540
sol
opened
1 year ago
3
Export initialState and initialPosState
#539
Lev135
closed
1 year ago
1
Bump haskell-actions/run-ormolu from 13 to 14
#538
dependabot[bot]
closed
1 year ago
0
Remove/upgrade version bounds of executable `test-debug` from megaparsec-tests
#537
Lev135
closed
1 year ago
2
mention faster-megaparsec as related package in the README
#536
olafklinke
closed
1 year ago
0
mention faster-megaparsec in related packages section of README
#535
olafklinke
closed
1 year ago
3
Add MonadWriter instance
#534
olafklinke
closed
1 year ago
0
Remove not strictly necessary Monad m constraints introduced in #514
#533
mrkkrp
closed
1 year ago
0
9.4 migration: getSourcePos now requires `Monad m =>`
#532
simonmichael
closed
1 year ago
6
Add .vscode into gitignore
#531
Lev135
closed
1 year ago
1
Print hints in `dbg` method
#530
Lev135
closed
1 year ago
2
Preserve hints in monad transformers operations
#529
Lev135
closed
1 year ago
1
`local` clears all hints
#528
Lev135
closed
1 year ago
5
Indentation error lost in alternative
#527
Lev135
opened
1 year ago
3
Bump mrkkrp/ormolu-action from 10 to 12
#526
dependabot[bot]
closed
1 year ago
0
Render tabs correctly when error messages are rendered
#525
mrkkrp
closed
1 year ago
0
Tabs are not handled correctly when errors are rendered
#524
aartamonau
closed
1 year ago
4
Next