vlasovskikh/funcparserlib
Recursive descent parsing library for Python based on functional combinators
PythonMIT
Issues
- 10
Improve typing support for _TupleParser
#80 opened by beekill95 - 0
`.parse` doesn't support arbitrary iterables
#78 opened by Kodiologist - 3
- 3
Backtracking
#75 opened by Kodiologist - 33
Make a new release
#65 opened by Kodiologist - 3
Write classic API docs
#29 opened by GoogleCodeExporter - 2
Write nicer guides: short and sweet
#28 opened by GoogleCodeExporter - 4
In the Tutorial, don't use "composition" to refer to fmapping a function with a parser
#39 opened by rgleichman - 2
funcparserlib 0.3.5 SyntaxError
#72 opened by amal-khailtash - 2
funcparserlib 0.3.6 install fails
#71 opened by amal-khailtash - 4
- 14
- 1
- 7
- 1
Installation fail with setuptools 58.0.2 with `error in funcparserlib setup command: use_2to3 is invalid`
#69 opened by ikus060 - 1
Handle intrinsically circular grammars by parser-combinators decomposed to a set of modules.
#40 opened by magniff - 3
Create a raw parse tree pretty-printer
#10 opened by GoogleCodeExporter - 1
- 2
- 0
Broken "Monadic Parsing in Python" blog link
#47 opened by jkmacc-LANL - 3
Tutorial not working
#49 opened by sofianito - 3
Problem Combining Operator | and Operator +
#48 opened by xie-dongping - 0
- 1
Not followed by
#43 opened by gsnedders - 8
RPython compatible
#37 opened by GoogleCodeExporter - 0
Python's ** is right-associative, so should the tutorial calculator be.
#38 opened by GoogleCodeExporter - 3
- 1
- 1
- 4
Doc links are unreachable
#35 opened by GoogleCodeExporter - 3
Show warning for non-LL(k) grammars
#18 opened by GoogleCodeExporter - 1
support py3
#36 opened by GoogleCodeExporter - 3
Python 3 compatibility
#34 opened by GoogleCodeExporter - 3
make unittest fails in python2.7
#33 opened by GoogleCodeExporter - 7
- 1
Python 3 support
#32 opened by GoogleCodeExporter - 1
- 1
- 1
- 0
[deleted issue]
#24 opened by GoogleCodeExporter - 1
left_recursive() misses left recursion hidden behind many() and maybe()
#21 opened by GoogleCodeExporter - 3
Write tests for LL(1) optimization
#22 opened by GoogleCodeExporter - 1
- 1
- 2
- 3
- 2
- 5
- 2
- 2