Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ollef/earley issues and pull requests
#64 - Something like Ruby Slippers parsing
Issue -
State: closed - Opened by expipiplus1 over 1 year ago
- 1 comment
#64 - Something like Ruby Slippers parsing
Issue -
State: closed - Opened by expipiplus1 over 1 year ago
- 1 comment
#63 - WIP Disambiguation production
Pull Request -
State: open - Opened by expipiplus1 over 1 year ago
- 9 comments
#63 - WIP Disambiguation production
Pull Request -
State: open - Opened by expipiplus1 over 1 year ago
- 9 comments
#62 - Missing case for Constraint for fmap and <*>
Issue -
State: open - Opened by expipiplus1 over 1 year ago
- 3 comments
#62 - Missing case for Constraint for fmap and <*>
Issue -
State: open - Opened by expipiplus1 over 1 year ago
- 3 comments
#61 - Disambiguate/Filter productions
Issue -
State: open - Opened by expipiplus1 over 1 year ago
- 1 comment
#61 - Disambiguate/Filter productions
Issue -
State: open - Opened by expipiplus1 over 1 year ago
- 1 comment
#60 - Thread monad parameter to Constraint productions
Pull Request -
State: closed - Opened by expipiplus1 over 1 year ago
- 6 comments
#60 - Thread monad parameter to Constraint productions
Pull Request -
State: closed - Opened by expipiplus1 over 1 year ago
- 6 comments
#59 - Is there any possible optimization for getting non-exhaustive outputs for ambiguous grammars
Issue -
State: open - Opened by expipiplus1 almost 2 years ago
- 1 comment
#59 - Is there any possible optimization for getting non-exhaustive outputs for ambiguous grammars
Issue -
State: open - Opened by expipiplus1 almost 2 years ago
- 1 comment
#58 - Add constraint validation feature
Pull Request -
State: closed - Opened by amirlb almost 2 years ago
#58 - Add constraint validation feature
Pull Request -
State: closed - Opened by amirlb almost 2 years ago
#57 - Report doesn't include enough information
Issue -
State: open - Opened by chowells79 almost 3 years ago
- 2 comments
#57 - Report doesn't include enough information
Issue -
State: open - Opened by chowells79 almost 3 years ago
- 2 comments
#56 - Diverges with sepEndBy from parser-combinator
Issue -
State: closed - Opened by tryzniak over 3 years ago
- 1 comment
#56 - Diverges with sepEndBy from parser-combinator
Issue -
State: closed - Opened by tryzniak over 3 years ago
- 1 comment
#55 - Is it okey to use "many" and heavily use Applicative parsing techniques?
Issue -
State: closed - Opened by safinaskar over 3 years ago
- 2 comments
#55 - Is it okey to use "many" and heavily use Applicative parsing techniques?
Issue -
State: closed - Opened by safinaskar over 3 years ago
- 2 comments
#54 - Crashes if grammar is infinitely ambiguous on given input
Issue -
State: open - Opened by safinaskar over 3 years ago
- 11 comments
#54 - Crashes if grammar is infinitely ambiguous on given input
Issue -
State: open - Opened by safinaskar over 3 years ago
- 11 comments
#53 - Please add tags "test ambiguity" etc
Issue -
State: open - Opened by safinaskar over 3 years ago
- 2 comments
#53 - Please add tags "test ambiguity" etc
Issue -
State: open - Opened by safinaskar over 3 years ago
- 2 comments
#52 - Scrub all use of `head` or `tail`.
Pull Request -
State: closed - Opened by strake almost 4 years ago
#52 - Scrub all use of `head` or `tail`.
Pull Request -
State: closed - Opened by strake almost 4 years ago
#51 - Add Text.Earley.nextToken
Pull Request -
State: closed - Opened by ocharles almost 4 years ago
- 6 comments
#51 - Add Text.Earley.nextToken
Pull Request -
State: closed - Opened by ocharles almost 4 years ago
- 6 comments
#50 - feature: constraint validation of production parse result
Issue -
State: open - Opened by user318 over 4 years ago
- 7 comments
#50 - feature: constraint validation of production parse result
Issue -
State: open - Opened by user318 over 4 years ago
- 7 comments
#49 - INDENT and DEDENT
Issue -
State: closed - Opened by s5bug over 4 years ago
- 5 comments
#49 - INDENT and DEDENT
Issue -
State: closed - Opened by s5bug over 4 years ago
- 5 comments
#48 - Scrub `satisfyMaybe`; note `terminal` in docs of `satisfy`
Pull Request -
State: closed - Opened by strake almost 5 years ago
- 1 comment
#48 - Scrub `satisfyMaybe`; note `terminal` in docs of `satisfy`
Pull Request -
State: closed - Opened by strake almost 5 years ago
- 1 comment
#47 - satisfyMaybe :: (t -> Maybe a) -> Prod r e t a
Pull Request -
State: closed - Opened by strake almost 5 years ago
- 3 comments
#47 - satisfyMaybe :: (t -> Maybe a) -> Prod r e t a
Pull Request -
State: closed - Opened by strake almost 5 years ago
- 3 comments
#46 - Parsing into a list delimited by a token
Issue -
State: closed - Opened by s5bug almost 5 years ago
- 5 comments
#46 - Parsing into a list delimited by a token
Issue -
State: closed - Opened by s5bug almost 5 years ago
- 5 comments
#45 - Suggestion: Make it so that `<$` rules return at most one result.
Issue -
State: closed - Opened by ChristopherKing42 about 5 years ago
- 3 comments
#45 - Suggestion: Make it so that `<$` rules return at most one result.
Issue -
State: closed - Opened by ChristopherKing42 about 5 years ago
- 3 comments
#44 - Generate ABNF/EBNF from Earley grammar
Issue -
State: open - Opened by seagreen over 5 years ago
- 1 comment
#44 - Generate ABNF/EBNF from Earley grammar
Issue -
State: open - Opened by seagreen over 5 years ago
- 1 comment
#43 - Add missing module in test
Pull Request -
State: closed - Opened by qrilka over 5 years ago
- 1 comment
#43 - Add missing module in test
Pull Request -
State: closed - Opened by qrilka over 5 years ago
- 1 comment
#42 - Capture result as well as matched tokens
Issue -
State: open - Opened by expipiplus1 almost 6 years ago
- 2 comments
#42 - Capture result as well as matched tokens
Issue -
State: open - Opened by expipiplus1 almost 6 years ago
- 2 comments
#41 - Change Prod's Monoid & Semigroup instances
Pull Request -
State: closed - Opened by ollef almost 6 years ago
- 1 comment
#41 - Change Prod's Monoid & Semigroup instances
Pull Request -
State: closed - Opened by ollef almost 6 years ago
- 1 comment
#40 - Add unbalanced parens test
Pull Request -
State: closed - Opened by ollef almost 6 years ago
- 1 comment
#40 - Add unbalanced parens test
Pull Request -
State: closed - Opened by ollef almost 6 years ago
- 1 comment
#39 - Behavior of Semigroup/Monoid instances for Prod?
Issue -
State: closed - Opened by chowells79 almost 6 years ago
- 5 comments
#39 - Behavior of Semigroup/Monoid instances for Prod?
Issue -
State: closed - Opened by chowells79 almost 6 years ago
- 5 comments
#38 - Add the 'eof' operator
Pull Request -
State: closed - Opened by int-index about 6 years ago
- 11 comments
#38 - Add the 'eof' operator
Pull Request -
State: closed - Opened by int-index about 6 years ago
- 11 comments
#37 - Add a `eof` terminal
Issue -
State: closed - Opened by int-index about 6 years ago
- 5 comments
Labels: enhancement, help wanted
#37 - Add a `eof` terminal
Issue -
State: closed - Opened by int-index about 6 years ago
- 5 comments
Labels: enhancement, help wanted
#36 - Is Earley’s implementation related to Marpa?
Issue -
State: open - Opened by Profpatsch over 6 years ago
- 3 comments
#36 - Is Earley’s implementation related to Marpa?
Issue -
State: open - Opened by Profpatsch over 6 years ago
- 3 comments
#35 - Wrong(?) result on some grammars with infinite results
Issue -
State: open - Opened by acertain almost 7 years ago
- 10 comments
#35 - Wrong(?) result on some grammars with infinite results
Issue -
State: open - Opened by acertain almost 7 years ago
- 10 comments
#34 - Q: How to do error recovery?
Issue -
State: open - Opened by int-index about 7 years ago
- 1 comment
Labels: help wanted, question
#34 - Q: How to do error recovery?
Issue -
State: open - Opened by int-index about 7 years ago
- 1 comment
Labels: help wanted, question
#33 - Implement list using listLike
Pull Request -
State: closed - Opened by tomjaguarpaw almost 8 years ago
- 3 comments
#33 - Implement list using listLike
Pull Request -
State: closed - Opened by tomjaguarpaw almost 8 years ago
- 3 comments
#32 - list = listLike?
Issue -
State: closed - Opened by tomjaguarpaw almost 8 years ago
- 3 comments
#32 - list = listLike?
Issue -
State: closed - Opened by tomjaguarpaw almost 8 years ago
- 3 comments
#31 - Parsing hangs even for simple ambiguous grammars
Issue -
State: closed - Opened by rmanne almost 8 years ago
- 2 comments
#31 - Parsing hangs even for simple ambiguous grammars
Issue -
State: closed - Opened by rmanne almost 8 years ago
- 2 comments
#30 - Roman numerals example
Pull Request -
State: closed - Opened by kenkku about 8 years ago
- 3 comments
#30 - Roman numerals example
Pull Request -
State: closed - Opened by kenkku about 8 years ago
- 3 comments
#29 - Fix examples
Pull Request -
State: closed - Opened by dagit over 8 years ago
- 1 comment
#29 - Fix examples
Pull Request -
State: closed - Opened by dagit over 8 years ago
- 1 comment
#28 - Extensible languages?
Issue -
State: closed - Opened by liamoc over 8 years ago
- 7 comments
#28 - Extensible languages?
Issue -
State: closed - Opened by liamoc over 8 years ago
- 7 comments
#27 - test-suite compilation failure when building from tarball
Issue -
State: closed - Opened by bergmark over 8 years ago
- 1 comment
#27 - test-suite compilation failure when building from tarball
Issue -
State: closed - Opened by bergmark over 8 years ago
- 1 comment
#26 - Change type of `satisfy`
Issue -
State: closed - Opened by massysett over 8 years ago
- 1 comment
#26 - Change type of `satisfy`
Issue -
State: closed - Opened by massysett over 8 years ago
- 1 comment
#25 - Kind error trying examples/expr.hs at GHCi (7.10.2 with Stack)
Issue -
State: closed - Opened by GetContented over 8 years ago
- 1 comment
#25 - Kind error trying examples/expr.hs at GHCi (7.10.2 with Stack)
Issue -
State: closed - Opened by GetContented over 8 years ago
- 1 comment
#24 - add IsString instance
Pull Request -
State: closed - Opened by sboosali over 8 years ago
- 1 comment
#24 - add IsString instance
Pull Request -
State: closed - Opened by sboosali over 8 years ago
- 1 comment
#23 - add IsString instance
Issue -
State: closed - Opened by sboosali over 8 years ago
- 2 comments
Labels: enhancement
#23 - add IsString instance
Issue -
State: closed - Opened by sboosali over 8 years ago
- 2 comments
Labels: enhancement
#22 - Add a generalized version of `word` to Derived.hs
Pull Request -
State: closed - Opened by sid-kap over 8 years ago
- 4 comments
#22 - Add a generalized version of `word` to Derived.hs
Pull Request -
State: closed - Opened by sid-kap over 8 years ago
- 4 comments
#21 - Generalize `word`?
Issue -
State: closed - Opened by sid-kap over 8 years ago
- 4 comments
Labels: enhancement
#21 - Generalize `word`?
Issue -
State: closed - Opened by sid-kap over 8 years ago
- 4 comments
Labels: enhancement
#20 - Generate all members of a grammar?
Issue -
State: closed - Opened by copumpkin over 8 years ago
- 20 comments
Labels: enhancement
#20 - Generate all members of a grammar?
Issue -
State: closed - Opened by copumpkin over 8 years ago
- 20 comments
Labels: enhancement
#19 - Bump base to <4.10
Pull Request -
State: closed - Opened by phadej almost 9 years ago
- 3 comments
#19 - Bump base to <4.10
Pull Request -
State: closed - Opened by phadej almost 9 years ago
- 3 comments
#18 - Choice with preference
Issue -
State: open - Opened by acertain almost 9 years ago
- 4 comments
Labels: enhancement
#18 - Choice with preference
Issue -
State: open - Opened by acertain almost 9 years ago
- 4 comments
Labels: enhancement
#17 - Gabriel439 master
Pull Request -
State: closed - Opened by phadej almost 9 years ago
#17 - Gabriel439 master
Pull Request -
State: closed - Opened by phadej almost 9 years ago
#16 - Decrease lower bound on `base` dependency to `4.6`
Pull Request -
State: closed - Opened by Gabriella439 almost 9 years ago
- 2 comments
#16 - Decrease lower bound on `base` dependency to `4.6`
Pull Request -
State: closed - Opened by Gabriella439 almost 9 years ago
- 2 comments
#15 - out-of-order results
Issue -
State: open - Opened by sboosali about 9 years ago
- 29 comments
#15 - out-of-order results
Issue -
State: open - Opened by sboosali about 9 years ago
- 29 comments