Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sighingnow/parsec.py issues and pull requests

#57 - fix: typing for `Text.Parsec.Prim` and `Text.Parsec.Char`

Pull Request - State: closed - Opened by leoslf 22 days ago

#56 - feat: `Text.Parsec.Number`

Pull Request - State: closed - Opened by leoslf 23 days ago - 1 comment

#55 - Optimize parsers aggregating multiple values in a list

Pull Request - State: closed - Opened by Yorwba over 1 year ago - 2 comments

#54 - Enable using a sequence of tokens as the input.

Pull Request - State: closed - Opened by sighingnow almost 2 years ago

#53 - Generalise type stubs from str to Sequence[Token]

Issue - State: closed - Opened by wenkokke almost 2 years ago - 4 comments
Labels: enhancement

#52 - add & fix type hints

Pull Request - State: closed - Opened by cmsxbc over 2 years ago - 3 comments

#51 - Fixed a fragility in exclude(). Now requires: python >=3.6.

Pull Request - State: closed - Opened by capn-freako over 2 years ago - 1 comment

#50 - Getting "Bad Syntax" error when using >>=?

Issue - State: closed - Opened by capn-freako over 2 years ago - 2 comments

#49 - `separated` consume the last `sep` if `end=False` is specified

Issue - State: closed - Opened by ermakov-oleg over 2 years ago - 3 comments
Labels: bug

#48 - `separated` does not consume the last `sep`, even if `end=True`

Issue - State: closed - Opened by worldmaker18349276 over 2 years ago - 5 comments
Labels: bug

#47 - query on `separated` operation

Issue - State: closed - Opened by mentaal over 2 years ago - 5 comments
Labels: enhancement

#46 - adding calculator example

Pull Request - State: closed - Opened by mentaal over 2 years ago

#45 - Calculator (math) example request

Issue - State: closed - Opened by mentaal over 2 years ago - 1 comment

#44 - Adding addition example

Pull Request - State: closed - Opened by mentaal over 2 years ago - 1 comment

#43 - Prevent infinite loop in many() by checking if input has been consumed

Issue - State: closed - Opened by andsens over 2 years ago - 2 comments
Labels: bug

#42 - add type stub for distribution

Pull Request - State: closed - Opened by lmmarsano about 3 years ago

#41 - feature request: type hints

Issue - State: closed - Opened by lmmarsano about 3 years ago - 1 comment

#40 - Signature mismatch

Issue - State: closed - Opened by lmmarsano about 3 years ago - 1 comment

#39 - Support recursive parsing using fixed-point trick

Issue - State: closed - Opened by sighingnow about 3 years ago - 3 comments

#38 - Add utilities

Pull Request - State: closed - Opened by andsens about 3 years ago - 3 comments

#37 - Fix end=False for separated()

Pull Request - State: closed - Opened by andsens over 3 years ago - 1 comment

#36 - optiononal: Do not consume on failure

Pull Request - State: closed - Opened by andsens over 3 years ago - 1 comment

#35 - `separated(end=False)` consumes trailing separator

Issue - State: closed - Opened by andsens over 3 years ago - 1 comment
Labels: bug

#34 - optional consumes on failure

Issue - State: closed - Opened by andsens over 3 years ago

#33 - Bad metadata on parsec 3.6

Issue - State: closed - Opened by rohan over 3 years ago - 3 comments
Labels: bug

#32 - Tests are missing from Pypi pakage

Issue - State: closed - Opened by grwlf almost 4 years ago - 1 comment

#31 - `regex(r"^\w+")` not working after first line.

Issue - State: closed - Opened by capn-freako over 4 years ago - 1 comment

#30 - Add Python 3.7 to Travis CI and fix test suite

Pull Request - State: closed - Opened by chbrown about 5 years ago - 2 comments

#29 - optional consumes on failure

Issue - State: closed - Opened by connerjohnston631 over 5 years ago - 1 comment

#28 - many(spaces()).parse(' ') never returns

Issue - State: closed - Opened by leon-vv over 5 years ago - 1 comment

#27 - Separated restricts ability to have no upper bound

Issue - State: closed - Opened by foolswood over 5 years ago - 1 comment

#26 - Added parsecapp in terms of bind and map

Pull Request - State: closed - Opened by samtherussell over 5 years ago - 1 comment

#25 - parsecapp (<*>)?

Issue - State: closed - Opened by samtherussell over 5 years ago - 1 comment

#24 - How would I implement a json minifier?

Issue - State: closed - Opened by KJSanchez almost 6 years ago - 2 comments

#23 - Now optional(p) accepts a default value

Pull Request - State: closed - Opened by jabozzo almost 6 years ago - 1 comment

#22 - Error reporting

Issue - State: closed - Opened by qiuwei about 6 years ago - 1 comment

#21 - Partial match on string

Issue - State: closed - Opened by jamesosaurus over 6 years ago

#20 - Stateful parser

Issue - State: closed - Opened by thebabush over 6 years ago - 2 comments

#19 - Improve JSONC Example

Pull Request - State: closed - Opened by wyc over 6 years ago - 1 comment

#18 - Compose breaks down quite fast, two many recursions

Issue - State: closed - Opened by seppeljordan almost 7 years ago - 2 comments

#17 - Parser forward declaration

Issue - State: closed - Opened by maximkulkin almost 7 years ago - 2 comments

#16 - Fix documentation typo

Pull Request - State: closed - Opened by alanrgan almost 7 years ago - 1 comment

#15 - the examples jsonc.py and sexpr.py work only under python3

Issue - State: closed - Opened by perlawk over 7 years ago - 6 comments

#14 - Fix a bug in the implement of `joint`.

Pull Request - State: closed - Opened by t-hund over 7 years ago - 1 comment

#13 - What's the difference with parsy?

Issue - State: closed - Opened by yetone over 7 years ago

#12 - How to recursively use the same parser

Issue - State: closed - Opened by krobelus over 7 years ago - 1 comment

#11 - How to parse an optional token?

Issue - State: closed - Opened by ccorcos over 7 years ago - 6 comments

#10 - prefixed token precesence

Issue - State: closed - Opened by ccorcos over 7 years ago - 5 comments

#9 - Syntax error reported, using example code.

Issue - State: closed - Opened by capn-freako over 7 years ago - 4 comments

#8 - Fix several typos

Pull Request - State: closed - Opened by clebio over 7 years ago - 1 comment

#7 - Fix github source URL in setup.py and docs

Pull Request - State: closed - Opened by benley over 7 years ago - 1 comment

#6 - Pulling from master branch

Pull Request - State: closed - Opened by umeat over 7 years ago

#5 - Pip install of version 3.0 does not reflect latest code

Issue - State: closed - Opened by umeat over 7 years ago - 1 comment

#4 - Fix broken test

Pull Request - State: closed - Opened by lbodor almost 8 years ago - 1 comment

#3 - Update __init__.py

Pull Request - State: closed - Opened by umeat almost 8 years ago

#2 - Implement sepBy

Pull Request - State: closed - Opened by melak47 almost 8 years ago - 1 comment

#1 - fix typo

Pull Request - State: closed - Opened by melak47 almost 8 years ago