issues
search
ziman
/
lightyear
Parser combinators for Idris
Other
238
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for elba
#70
dcao
opened
5 years ago
0
build with bazel and smoke hill
#69
shmish111
opened
5 years ago
0
Issue translating megaparsec example
#68
locallycompact
opened
5 years ago
0
fixed evaluates
#67
0xflotus
closed
6 years ago
1
requireFailure consumes an input (does not do backtracking)
#66
stop-cran
closed
6 years ago
2
Can ntimes be tail recursive?
#65
Dretch
opened
6 years ago
0
Alternative backtracks, but the transformer does not
#64
BartAdv
opened
7 years ago
1
Alter the types for opening and closing parsers in `between`
#63
BartAdv
closed
7 years ago
1
Infinite loop
#62
BartAdv
closed
7 years ago
2
getPosition is invalidating the parser state?
#61
BartAdv
closed
7 years ago
1
Fix minor doc comment typo
#60
vyp
closed
7 years ago
1
Make Position.Generic.increment total
#59
Melvar
closed
7 years ago
1
All string parsers are now partial
#58
Melvar
closed
7 years ago
0
Unit tests with Specdris and Travis CI Improvement.
#57
pheymann
opened
7 years ago
10
Add travis builds
#56
superfunc
closed
7 years ago
2
Make lightyear track position information.
#55
jfdm
closed
7 years ago
0
Add notes on Lazy operators
#54
leostera
closed
7 years ago
0
make lightyear track position information.
#53
jfdm
closed
7 years ago
1
Improve Testing.
#52
jfdm
closed
7 years ago
0
won't build with 0.99
#51
KimStebel
opened
7 years ago
2
Change return to pure to avoid deprecation warnings
#50
justjoheinz
closed
7 years ago
1
Fix runtests script for Mac OS X
#49
justjoheinz
closed
7 years ago
1
Replace return with pure
#48
Termina1
closed
7 years ago
1
idris reports that return is deprecated.
#47
mlang
closed
7 years ago
1
Travis CI
#46
langston-barrett
opened
8 years ago
0
documentation
#45
langston-barrett
opened
8 years ago
3
Added meta data to ipkg file.
#44
jfdm
closed
7 years ago
1
Don't fail if tests/*.ibc don't exist
#43
oleks
closed
7 years ago
1
Fixes #41. Update Effectful String file parsing.
#42
jfdm
closed
8 years ago
1
Build failure with idris 0.12.1
#41
justjoheinz
closed
8 years ago
1
Fix the MonadTrans implementation
#40
Melvar
closed
8 years ago
1
Add chainl/chainl1/chainr/chainr1 combinators.
#39
steshaw
closed
8 years ago
1
Add notFollowedBy and eof
#38
Melvar
closed
8 years ago
2
MonadState implementation for ParserT?
#37
colin-adams
closed
8 years ago
2
Update lightyear to current Idris offerings.
#36
jfdm
closed
8 years ago
1
Add missing consumption of *trailing space*.
#35
jfdm
closed
9 years ago
0
Refactor Lightyear.String to Lightyear.Char and add missing functionality
#34
bgaster
closed
9 years ago
2
space parses zero or more whitespace, while it would make more sense to parse only one!
#33
bgaster
opened
9 years ago
0
Universe inconsistency in Test.idr with Idris 0.9.19
#32
eckart
closed
9 years ago
2
Contributions
#31
jfdm
closed
9 years ago
0
Some contributions.
#30
jfdm
closed
9 years ago
0
Added unlines implementation back.
#29
jfdm
closed
9 years ago
0
Updates.
#28
jfdm
closed
9 years ago
0
Json example
#27
rbarreiro
closed
9 years ago
1
Data.SortedSet is moved into contrib
#26
cnd
closed
9 years ago
1
Updated to reflect upstream changes in operator names.
#25
jfdm
closed
9 years ago
1
Add imports for Fin and Vect from base
#24
chrismwendt
closed
9 years ago
2
Add imports required for newer Idris version
#23
puffnfresh
closed
9 years ago
1
JSON as a separate library
#22
puffnfresh
closed
9 years ago
2
Updates to reflect changes in Idris's prelude
#21
jfdm
closed
9 years ago
2
Next