issues
search
argumentcomputer
/
Megaparsec.lean
Lean 4 port of Megaparsec
MIT License
22
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add install step
#58
samueldurantes
opened
10 months ago
0
chore: Use Lean v4.4.0
#57
Anderssorby
opened
10 months ago
2
Bump toolchain
#56
JamesGallicchio
closed
1 year ago
0
Bump Straume version
#55
javra
opened
1 year ago
3
Performance: Profile Megaparsec to see where the bottlenecks are leading to poor performance
#54
cognivore
opened
1 year ago
0
bump dependencies
#53
arthurpaulino
closed
1 year ago
0
bump dependencies
#52
arthurpaulino
closed
1 year ago
0
update deps org
#51
arthurpaulino
closed
1 year ago
0
Fix for new definition of NEList
#50
gabriel-barrett
closed
1 year ago
0
Problem: NEList breaking change unincorporated
#49
cognivore
closed
1 year ago
1
Problem: NEList breaking change unincorporated
#48
cognivore
closed
1 year ago
1
Clarity: Less verbose NEList
#47
cognivore
closed
1 year ago
1
Bump NEList
#46
winston-h-zhang
closed
1 year ago
1
Updated Megaparsec to work with new definition of NEList
#45
gabriel-barrett
closed
1 year ago
0
bumping toolchain and libs
#44
arthurpaulino
closed
1 year ago
0
Problem: Some deps have `.git`, some don't
#43
cognivore
closed
1 year ago
0
Fix Char.between to allow any result type
#42
ixahedron
closed
1 year ago
0
Fix Arthur's tutorial to use Except and not Either
#41
ixahedron
closed
1 year ago
0
Documentation: Update README to match the current implementation
#40
cognivore
opened
2 years ago
0
[#37] Switch from Either to Except
#39
ixahedron
closed
2 years ago
1
Refactor StringSimple and CharSimple
#38
ixahedron
closed
2 years ago
0
Switch from Either to Except
#37
ixahedron
closed
2 years ago
1
Update manifest and add a tutorial
#36
arthurpaulino
closed
2 years ago
0
bump to 2022-10-27
#35
mpenciak
closed
2 years ago
0
[#11] Unduplicated errors
#34
ixahedron
closed
2 years ago
2
[#23] Fix off-by-one in error offsets
#33
ixahedron
closed
2 years ago
0
add top level accessors for MonadParsec methods
#32
johnchandlerburnham
closed
2 years ago
2
Finish errors w/ pretty-printing
#31
ixahedron
closed
2 years ago
2
Problem: non-ergonomic Option -> Bool matches
#30
cognivore
closed
2 years ago
0
Naming: Rename Common lean to something else. (What ??)
#29
cognivore
opened
2 years ago
0
update dependencies and bump toolchain
#28
johnchandlerburnham
closed
2 years ago
0
PoC of Lisp
#27
cognivore
closed
2 years ago
1
Improvement: Add a `debug` combinator
#26
cognivore
opened
2 years ago
1
Improvement: lift universes in String and Char modules or make \a \b universes independent from \w universe
#25
cognivore
opened
2 years ago
0
Printing parse errors!
#24
ixahedron
closed
2 years ago
0
Bug: Line numbers and unexpected characters are off-by-one
#23
cognivore
closed
2 years ago
0
Problem: No way to ergonomically parse strings in streams
#22
cognivore
closed
2 years ago
0
Adding YatimaStdLib as a dependency
#21
DanielRrr
closed
2 years ago
0
Enhancement: Infinite streams
#20
cognivore
opened
2 years ago
1
Problem: Haskell-style non-empty lists are not convenient
#19
DanielRrr
closed
2 years ago
0
Usability: Errors in bundles should be sorted by offset
#18
cognivore
opened
2 years ago
2
Problem: No way to test the library
#17
cognivore
closed
2 years ago
0
Module structure, #13
#16
DanielRrr
closed
2 years ago
0
Stream instance for String
#15
DanielRrr
closed
2 years ago
1
Usability: Use a more cultured non-empty list
#14
cognivore
closed
2 years ago
1
Refactoring: Modularise!
#13
cognivore
closed
2 years ago
0
Refactoring: Rename tokensToChunk and chunkToTokens to avoid confusing word "tokens"
#12
cognivore
closed
2 years ago
1
Usability: Duplicated errors shouldn't be reported
#11
cognivore
closed
2 years ago
0
Refactoring: Resolve clash between `s` for "state" and `s` for "stream instance"
#10
cognivore
closed
2 years ago
5
WIP: MonadParsec instance for ParsecT
#9
DanielRrr
closed
2 years ago
1
Next