Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / erikrose/parsimonious issues and pull requests
#247 - Inconsistent and undocumented production of Node vs list for children
Issue -
State: open - Opened by alexchandel 2 months ago
- 1 comment
#246 - [bug?] SyntaxWarning: invalid escape sequence '\s'
Issue -
State: closed - Opened by BastelBaus 4 months ago
- 1 comment
#245 - Update expressions.py
Pull Request -
State: closed - Opened by RaduGeorgescu 5 months ago
- 1 comment
#244 - [request] support lazy and possessive quantifiers
Issue -
State: open - Opened by alexchandel 6 months ago
#243 - [request] support repeated elements with separators (or intercalated matches)
Issue -
State: open - Opened by alexchandel 6 months ago
#242 - want to skip escaped newlines in input
Issue -
State: closed - Opened by pjlbyrne 11 months ago
#241 - wheel distribution for 0.9.0 release
Pull Request -
State: closed - Opened by gorondan about 1 year ago
- 1 comment
#240 - 2023 python version update
Pull Request -
State: closed - Opened by lonnen about 1 year ago
- 1 comment
#239 - How to get better parse errors?
Issue -
State: open - Opened by Philogy about 1 year ago
#238 - IncompleteParseError
Issue -
State: open - Opened by TheBicPen about 1 year ago
Labels: reproducible bug
#237 - How to search for substring with grammar?
Issue -
State: open - Opened by nurdann about 1 year ago
#236 - fix error handling for binary files
Pull Request -
State: open - Opened by userx14 over 1 year ago
#235 - INI parsing example does not work for files starting with empty lines
Issue -
State: open - Opened by nullst over 1 year ago
- 1 comment
#234 - How to handle nodes with identical names at different levels of the tree?
Issue -
State: open - Opened by martonmiklos over 1 year ago
- 2 comments
#233 - Bug: Unexpected ParserError
Issue -
State: open - Opened by spacemanspiff2007 over 1 year ago
- 1 comment
#232 - Fallback to the legacy re module if regex is not available
Pull Request -
State: closed - Opened by pavel-kirienko over 1 year ago
#231 - requires regex package
Issue -
State: closed - Opened by p0las almost 2 years ago
- 9 comments
#230 - Struggling with what I thought should be a simple grammar
Issue -
State: open - Opened by smontanaro almost 2 years ago
- 1 comment
#229 - Feature Request: Next Valid Token
Issue -
State: open - Opened by mjspeck almost 2 years ago
#228 - fix
Pull Request -
State: closed - Opened by charlesdarkwind almost 2 years ago
#227 - Or operator issue
Issue -
State: closed - Opened by wbhart almost 2 years ago
- 3 comments
#226 - Add named groups
Pull Request -
State: closed - Opened by charlie572 almost 2 years ago
- 2 comments
#225 - Python 3.11 : cannot import name 'getargspec' from 'inspect'
Issue -
State: closed - Opened by OrJaku about 2 years ago
- 3 comments
#224 - How to stop consuming after find reserved word
Issue -
State: open - Opened by nhan-dang about 2 years ago
#223 - Initialize NodeVisitor with default grammar
Pull Request -
State: closed - Opened by thehappycheese about 2 years ago
- 1 comment
#222 - Raise an exception from the grammar?
Issue -
State: open - Opened by rowlesmr about 2 years ago
- 3 comments
#221 - Implement a base ParsimoniousError exception class
Pull Request -
State: closed - Opened by kkirsche about 2 years ago
#220 - Documented filename extension, as it has been discussed in #219
Pull Request -
State: closed - Opened by KOLANICH about 2 years ago
#219 - What is the official file name extension for grammars in `parsinomous` DSL?
Issue -
State: closed - Opened by KOLANICH about 2 years ago
- 5 comments
#218 - Exclude the tests from wheels.
Pull Request -
State: open - Opened by KOLANICH about 2 years ago
#217 - Remove explicit `version` from `pyproject.toml` because it is populated automatically from `git` tags by `setuptools-scm`.
Pull Request -
State: open - Opened by KOLANICH about 2 years ago
#216 - Remove `setup.py` because it is no longer needed.
Pull Request -
State: closed - Opened by KOLANICH about 2 years ago
- 2 comments
#215 - Newest releases missing in conda-forge
Issue -
State: closed - Opened by enekomartinmartinez about 2 years ago
- 5 comments
#214 - 0.10.0 Release
Pull Request -
State: closed - Opened by lucaswiman about 2 years ago
- 2 comments
#213 - Repetition doesn't seem to work
Issue -
State: closed - Opened by tyilo about 2 years ago
- 1 comment
#212 - fixed recursion errors of `Expressions.__eq__`
Pull Request -
State: closed - Opened by FelisNivalis over 2 years ago
- 1 comment
#211 - Infinite recursion left associative
Pull Request -
State: closed - Opened by lucaswiman over 2 years ago
#210 - Use mypyc when building wheels
Issue -
State: closed - Opened by lucaswiman over 2 years ago
- 1 comment
#209 - Don't allow recursion if no characters are being used up.
Issue -
State: closed - Opened by joranmulderij over 2 years ago
- 3 comments
#208 - Grammar extensions
Pull Request -
State: open - Opened by lucaswiman over 2 years ago
- 1 comment
#207 - Test and exception improvements
Pull Request -
State: closed - Opened by lucaswiman over 2 years ago
- 1 comment
#206 - Modernize Syntax for python 3
Pull Request -
State: closed - Opened by lucaswiman over 2 years ago
- 1 comment
#205 - Simplify reference resolution.
Pull Request -
State: closed - Opened by lucaswiman over 2 years ago
- 1 comment
#204 - Consider adding me as a contributor to this repo
Issue -
State: closed - Opened by lucaswiman over 2 years ago
- 4 comments
#203 - Fix star token grammar
Pull Request -
State: closed - Opened by lucaswiman over 2 years ago
- 1 comment
#202 - Binary grammars and string literal precedence fix
Pull Request -
State: closed - Opened by lucaswiman over 2 years ago
#201 - incorrect precedence for modifiers of string literals
Issue -
State: closed - Opened by lucaswiman over 2 years ago
#200 - 0.9.0 Candidate
Pull Request -
State: closed - Opened by lonnen over 2 years ago
- 3 comments
#199 - AND/OR precedence is reversed compared to the original paper
Issue -
State: open - Opened by lonnen over 2 years ago
- 4 comments
#198 - consider additional regex flags
Issue -
State: open - Opened by lonnen over 2 years ago
#197 - eliminate warnings in the test runner
Pull Request -
State: closed - Opened by lonnen over 2 years ago
- 2 comments
#196 - How to get specific node from print.
Issue -
State: closed - Opened by pixelRena over 2 years ago
#195 - fixes issue 187 by replacing travis-ci with github actions for ci
Pull Request -
State: closed - Opened by lonnen over 2 years ago
- 1 comment
#194 - fix issue #192 - remove six and python 2 compatability code
Pull Request -
State: closed - Opened by lonnen over 2 years ago
- 3 comments
#193 - noob Q: parsimonious does not consume (skip) the white spaces by default?
Issue -
State: open - Opened by mw66 over 2 years ago
- 4 comments
#192 - Remove six and python 2 compatibility code
Issue -
State: closed - Opened by lucaswiman over 2 years ago
- 2 comments
#191 - Using standard PEG syntax? [ was: make a new release? ]
Issue -
State: open - Opened by mw66 over 2 years ago
- 11 comments
#190 - add tests and ci for python 3.10
Issue -
State: closed - Opened by lonnen over 2 years ago
- 1 comment
#189 - deprecation warnings in python 3.x
Issue -
State: closed - Opened by lonnen over 2 years ago
- 2 comments
#188 - Remove support for py2x
Issue -
State: closed - Opened by lonnen over 2 years ago
- 1 comment
#187 - travis-ci.org has ceased
Issue -
State: closed - Opened by lonnen over 2 years ago
- 1 comment
#186 - remove py35, py36 and adds py39
Pull Request -
State: closed - Opened by lonnen over 2 years ago
#185 - Matching being too greedy
Issue -
State: open - Opened by rowlesmr over 2 years ago
- 3 comments
#184 - implement Node.__bool__?
Issue -
State: open - Opened by smason almost 3 years ago
#183 - Type hints
Issue -
State: open - Opened by ezorita about 3 years ago
- 2 comments
#182 - ParseError when trying to parse JSON with grammar.
Issue -
State: closed - Opened by SuperSonicHub1 over 3 years ago
#181 - Use regex module instead of builtin re module
Pull Request -
State: closed - Opened by Oderjunkie over 3 years ago
- 1 comment
#180 - Can't get full parse tree without consolidations
Issue -
State: open - Opened by JoelMahon over 3 years ago
- 1 comment
#179 - Problems using backslash character as literal?
Issue -
State: closed - Opened by jenstroeger over 3 years ago
- 1 comment
#178 - Question upon parsing
Issue -
State: open - Opened by manfredlotz over 3 years ago
#177 - python PEG grammar
Issue -
State: open - Opened by adsharma over 3 years ago
- 2 comments
#176 - Remove some redundant code in Sequence expression
Pull Request -
State: closed - Opened by zhuzilin almost 4 years ago
- 3 comments
#175 - docs: fix simple typo, concatening -> concatenating
Pull Request -
State: closed - Opened by timgates42 almost 4 years ago
- 1 comment
#174 - Moved the metadata from setup.py into setup.cfg
Pull Request -
State: closed - Opened by KOLANICH about 4 years ago
- 4 comments
#173 - TokenMatcher exception
Issue -
State: closed - Opened by PixelRick about 4 years ago
- 2 comments
#172 - suggest: add github topics
Issue -
State: closed - Opened by imba-tjd about 4 years ago
#171 - ParseError thrown from TokenGrammar can't be printed
Issue -
State: closed - Opened by boringcactus about 4 years ago
- 2 comments
#170 - Is it possible to define the context of the token?
Issue -
State: closed - Opened by kranonetka about 4 years ago
- 2 comments
#169 - Add Jan's examples to docs
Issue -
State: open - Opened by erikrose about 4 years ago
#168 - Eliminate nose and use unittest instead
Pull Request -
State: closed - Opened by swayson about 4 years ago
- 8 comments
#167 - Support python3.7
Issue -
State: closed - Opened by whme about 4 years ago
- 3 comments
#166 - Is this library still being maintained?
Issue -
State: closed - Opened by swayson over 4 years ago
- 8 comments
#165 - Travis CI: Remove py34 add py37, py38
Pull Request -
State: closed - Opened by righthandabacus over 4 years ago
- 1 comment
#164 - Grammar debugging?
Issue -
State: open - Opened by davaya over 4 years ago
#163 - Control characters cause parsing errors
Issue -
State: closed - Opened by davaya over 4 years ago
- 1 comment
#162 - Use regex instead of re?
Issue -
State: closed - Opened by julienmalard over 4 years ago
- 7 comments
#160 - Eliminate nose
Issue -
State: closed - Opened by mcepl over 4 years ago
- 1 comment
#158 - Move to function-style print in README
Pull Request -
State: closed - Opened by mdamien over 4 years ago
- 1 comment
#157 - Support functions, class methods, and descriptors for custom rules
Pull Request -
State: closed - Opened by jayaddison almost 5 years ago
- 4 comments
#156 - How do I capture identifier string sans reserved words
Issue -
State: open - Opened by ravivedula about 5 years ago
- 6 comments
#155 - Add example of parsing using a different starting rule
Pull Request -
State: open - Opened by ryanprior about 5 years ago
#153 - Issue with "or" syntax?
Issue -
State: closed - Opened by prabhur about 5 years ago
- 1 comment
#148 - Combine
Pull Request -
State: closed - Opened by righthandabacus about 6 years ago
- 4 comments
#142 - Add link to PyPI and installation instructions in README.rst
Issue -
State: closed - Opened by rominf about 6 years ago
- 1 comment
#141 - Ensure all LazyReference objects are resolved
Pull Request -
State: closed - Opened by righthandabacus about 6 years ago
- 12 comments
#139 - Range and some-of operators
Issue -
State: closed - Opened by na-sa-do over 6 years ago
- 1 comment
#135 - Fix Grammar.__repr__ backslash escaping
Pull Request -
State: closed - Opened by ingolemo over 6 years ago
- 1 comment
#134 - AttributeError: 'LazyReference' object has no attribute 'match_core'
Issue -
State: closed - Opened by kkleidal over 6 years ago
- 6 comments
#129 - Faster node cache
Pull Request -
State: closed - Opened by ethframe about 7 years ago
- 1 comment
#123 - RecursionError
Issue -
State: open - Opened by Martmists-GH about 7 years ago
- 2 comments