issues
search
vlasovskikh
/
funcparserlib
Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
345
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Draft: Improve typing support for _TupleParser
#81
beekill95
opened
6 months ago
1
Improve typing support for _TupleParser
#80
beekill95
opened
6 months ago
10
Bump jinja2 from 3.1.2 to 3.1.3
#79
dependabot[bot]
opened
9 months ago
0
`.parse` doesn't support arbitrary iterables
#78
Kodiologist
opened
1 year ago
0
Drop support for Python 2.7
#77
vlasovskikh
closed
11 months ago
0
Fixed dev dependencies
#76
vlasovskikh
closed
1 year ago
0
Backtracking
#75
Kodiologist
opened
2 years ago
3
Bump mkdocs from 1.2.2 to 1.2.3
#74
dependabot[bot]
closed
2 years ago
1
Switch to poetry-core
#73
fabaff
closed
2 years ago
1
funcparserlib 0.3.5 SyntaxError
#72
amal-khailtash
closed
2 years ago
2
funcparserlib 0.3.6 install fails
#71
amal-khailtash
closed
2 years ago
2
setup.py uses use_2to3 which is not supported in latest setuptools
#70
ronaldoussoren
closed
3 years ago
4
Installation fail with setuptools 58.0.2 with `error in funcparserlib setup command: use_2to3 is invalid`
#69
ikus060
closed
3 years ago
1
Including source information as part of the parse tree
#68
lsp-ableton
closed
3 years ago
1
Added experimental '-' ignored operator with stricter type hints for '-' and '+'
#67
vlasovskikh
closed
3 years ago
0
TypeError in `oneplus` when applying it `parser + parser`
#66
vlasovskikh
closed
3 years ago
1
Make a new release
#65
Kodiologist
closed
2 years ago
33
Some of the documenation files have a non-free license
#64
glaubitz
closed
3 years ago
7
Add python 3.9 to supported versions
#63
pkulev
closed
3 years ago
3
Parser similar to `maybe()`, but without a return value like `skip()`
#62
AndreasMatthias
closed
3 years ago
2
Switched from setuptools to poetry
#61
vlasovskikh
closed
4 years ago
1
Add testing for PyPy
#60
jdufresne
closed
4 years ago
1
Replace deprecated `setup.py test` with unittest
#59
jdufresne
closed
4 years ago
1
Fixes bug in equality operator in Token class
#58
dipietrantonio
closed
3 years ago
1
Drop support for EOL Pythons; Add support for modern Pythons
#57
jdufresne
closed
4 years ago
6
Remove MANIFEST.in from MANIFEST.in; it is included automatically
#56
jdufresne
closed
4 years ago
1
Add a basic .gitignore file to ignore generated files
#55
jdufresne
closed
4 years ago
0
Trim trailing white space throughout the project
#54
jdufresne
closed
4 years ago
1
Update URLs throughout project
#53
jdufresne
closed
4 years ago
1
Parse errors should say what tokens are legal at the stopped position
#52
Kodiologist
closed
3 years ago
14
Test all modern Python versions
#51
jdufresne
closed
4 years ago
0
Add universal wheel support
#50
jdufresne
closed
4 years ago
2
Tutorial not working
#49
sofianito
closed
4 years ago
3
Problem Combining Operator | and Operator +
#48
xie-dongping
closed
7 years ago
3
Broken "Monadic Parsing in Python" blog link
#47
jkmacc-LANL
closed
4 years ago
0
make_tokenizer doesn't deal with binary tokenizers
#46
gsnedders
opened
8 years ago
0
Fix #44: make make_tokenizer return a list as parsers expect sequences
#45
gsnedders
closed
3 years ago
2
make_tokenizer tokenisers return generators, Parser expects sequences
#44
gsnedders
closed
1 year ago
3
Not followed by
#43
gsnedders
opened
8 years ago
1
Force define() method to set a lazy evaluator in parser object.
#42
magniff
closed
8 years ago
5
Fix spelling mistake in README.md
#41
ljos
closed
8 years ago
1
Handle intrinsically circular grammars by parser-combinators decomposed to a set of modules.
#40
magniff
opened
8 years ago
1
In the Tutorial, don't use "composition" to refer to fmapping a function with a parser
#39
rgleichman
closed
2 years ago
4
Python's ** is right-associative, so should the tutorial calculator be.
#38
GoogleCodeExporter
opened
9 years ago
0
RPython compatible
#37
GoogleCodeExporter
closed
9 years ago
8
support py3
#36
GoogleCodeExporter
closed
9 years ago
1
Doc links are unreachable
#35
GoogleCodeExporter
closed
9 years ago
4
Python 3 compatibility
#34
GoogleCodeExporter
closed
9 years ago
3
make unittest fails in python2.7
#33
GoogleCodeExporter
closed
9 years ago
3
Python 3 support
#32
GoogleCodeExporter
closed
9 years ago
1
Next