issues
search
erikrose
/
parsimonious
The fastest pure-Python PEG parser I can muster
MIT License
1.83k
stars
128
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
help: parsing text blocks elegantly
#249
markdoerr
closed
1 week ago
2
Bug: grammar from README.md does not work
#248
markdoerr
closed
1 week ago
2
Inconsistent and undocumented production of Node vs list for children
#247
alexchandel
opened
2 months ago
1
[bug?] SyntaxWarning: invalid escape sequence '\s'
#246
BastelBaus
closed
3 months ago
1
Update expressions.py
#245
RaduGeorgescu
closed
4 months ago
1
[request] support lazy and possessive quantifiers
#244
alexchandel
opened
6 months ago
0
[request] support repeated elements with separators (or intercalated matches)
#243
alexchandel
opened
6 months ago
0
want to skip escaped newlines in input
#242
pjlbyrne
closed
10 months ago
0
wheel distribution for 0.9.0 release
#241
gorondan
closed
10 months ago
1
2023 python version update
#240
lonnen
closed
1 year ago
1
How to get better parse errors?
#239
Philogy
opened
1 year ago
1
IncompleteParseError
#238
TheBicPen
opened
1 year ago
0
How to search for substring with grammar?
#237
nurdann
opened
1 year ago
0
fix error handling for binary files
#236
userx14
opened
1 year ago
0
INI parsing example does not work for files starting with empty lines
#235
nullst
opened
1 year ago
1
How to handle nodes with identical names at different levels of the tree?
#234
martonmiklos
opened
1 year ago
2
Bug: Unexpected ParserError
#233
spacemanspiff2007
opened
1 year ago
1
Fallback to the legacy re module if regex is not available
#232
pavel-kirienko
closed
1 year ago
0
requires regex package
#231
p0las
closed
1 year ago
9
Struggling with what I thought should be a simple grammar
#230
smontanaro
opened
1 year ago
1
Feature Request: Next Valid Token
#229
mjspeck
opened
1 year ago
0
fix
#228
charlesdarkwind
closed
1 year ago
0
Or operator issue
#227
wbhart
closed
1 year ago
3
Add named groups
#226
charlie572
closed
2 years ago
2
Python 3.11 : cannot import name 'getargspec' from 'inspect'
#225
OrJaku
closed
2 years ago
3
How to stop consuming after find reserved word
#224
nhan-dang
opened
2 years ago
0
Initialize NodeVisitor with default grammar
#223
thehappycheese
closed
2 years ago
1
Raise an exception from the grammar?
#222
rowlesmr
opened
2 years ago
3
Implement a base ParsimoniousError exception class
#221
kkirsche
closed
2 years ago
0
Documented filename extension, as it has been discussed in #219
#220
KOLANICH
closed
2 years ago
0
What is the official file name extension for grammars in `parsinomous` DSL?
#219
KOLANICH
closed
2 years ago
5
Exclude the tests from wheels.
#218
KOLANICH
opened
2 years ago
0
Remove explicit `version` from `pyproject.toml` because it is populated automatically from `git` tags by `setuptools-scm`.
#217
KOLANICH
opened
2 years ago
0
Remove `setup.py` because it is no longer needed.
#216
KOLANICH
closed
2 years ago
2
Newest releases missing in conda-forge
#215
enekomartinmartinez
closed
2 years ago
5
0.10.0 Release
#214
lucaswiman
closed
2 years ago
2
Repetition doesn't seem to work
#213
tyilo
closed
2 years ago
1
fixed recursion errors of `Expressions.__eq__`
#212
FelisNivalis
closed
2 years ago
1
Infinite recursion left associative
#211
lucaswiman
closed
2 years ago
0
Use mypyc when building wheels
#210
lucaswiman
closed
2 years ago
1
Don't allow recursion if no characters are being used up.
#209
joranmulderij
closed
2 years ago
3
Grammar extensions
#208
lucaswiman
opened
2 years ago
1
Test and exception improvements
#207
lucaswiman
closed
2 years ago
1
Modernize Syntax for python 3
#206
lucaswiman
closed
2 years ago
1
Simplify reference resolution.
#205
lucaswiman
closed
2 years ago
1
Consider adding me as a contributor to this repo
#204
lucaswiman
closed
2 years ago
4
Fix star token grammar
#203
lucaswiman
closed
2 years ago
1
Binary grammars and string literal precedence fix
#202
lucaswiman
closed
2 years ago
0
incorrect precedence for modifiers of string literals
#201
lucaswiman
closed
2 years ago
0
0.9.0 Candidate
#200
lonnen
closed
2 years ago
3
Next