issues
search
pyga
/
parsley
Other
288
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix deprecated assertions
#82
s-t-e-v-e-n-k
opened
10 months ago
1
expose the "apply" rule
#81
orbisvicis
opened
1 year ago
0
Tests deprication warnings
#80
Hellseher
opened
2 years ago
0
off-by-1 errors and misleading error messages
#79
crackwitz
opened
3 years ago
0
Input matches rule A, but A|B fails to match
#78
rhoark
opened
5 years ago
3
Rule arguments are wrapped in tuples
#77
jshprentz
opened
5 years ago
0
ParseError should be hashable
#76
jshprentz
opened
5 years ago
0
Collect tokens from stream as well as rule return values
#75
cwaldbieser
opened
5 years ago
0
expr1 | expr2 not working as expected
#74
geuben
opened
6 years ago
0
Documentation/example for "!(pythonExpression): Invoke a Python expression as an action." missing
#73
mqnc
opened
6 years ago
0
pass current line and column to action
#72
gadlopes
opened
6 years ago
1
Freeze
#71
adam-mcdaniel
opened
6 years ago
0
docs could use more examples
#70
kurtbrose
opened
7 years ago
0
Add a community section
#69
markrwilliams
closed
7 years ago
0
ability to emit warnings and halt compilation
#68
kurtbrose
opened
7 years ago
0
parsley.makeGrammar("death = ('a' | ws)*", {})('a ').death() # never returns?
#67
kurtbrose
closed
7 years ago
1
Different behavior for single and double quotes
#66
jakevdp
opened
8 years ago
1
Parse error reported in the wrong place
#65
OptiverTimAll
opened
8 years ago
1
given bindings with inputs
#64
grayflow
opened
8 years ago
0
PyPI urls point at launchpad
#63
Ivoz
opened
8 years ago
0
doc: Minor corrections to tutorial2
#62
drothlis
opened
8 years ago
0
Support custom rule functions
#61
mcclure
opened
8 years ago
0
Support Unicode categories and properties
#60
mcclure
opened
8 years ago
0
Documentation inaccurately describes "letter"
#59
mcclure
opened
8 years ago
0
Test that mutual recursion works for Ometa V1 syntax
#58
rbtcollins
opened
8 years ago
0
mutual left recursion not supported
#57
rbtcollins
opened
8 years ago
0
Tests: Add Tox support and test under Python 3.4/3.5
#56
moreati
opened
9 years ago
0
Documentation: Syntax highlight & test python examples
#55
moreati
opened
9 years ago
0
Add trove classifiers.
#54
rbtcollins
opened
9 years ago
0
Project abandoned?
#53
anler
closed
9 years ago
3
possible changes to documentation
#52
ynotlayabout
opened
10 years ago
0
Make travis notify in irc.
#51
mythmon
closed
10 years ago
0
Update homepage in setup.py
#50
furrykef
opened
10 years ago
2
onFormError() callback
#49
frankcortes
opened
10 years ago
0
remove string casting from error formatting
#48
janrito
closed
3 years ago
0
Adding example to parse memory usage
#47
miebster
opened
10 years ago
1
Python3
#46
bjonnh
closed
10 years ago
0
Easy streaming
#45
jml
closed
9 years ago
9
stack is compose
#44
jml
opened
11 years ago
1
Make hash of equivalent terms the same
#43
jml
closed
11 years ago
1
Bug calling python function from grammar
#42
gitfoxi
closed
11 years ago
1
ISO 8601 parser for the examples
#41
jml
closed
10 years ago
1
Empty grammar results in cryptic exception
#40
johtso
opened
11 years ago
0
Pausable interpreter
#39
introom
closed
1 year ago
3
add buffer ability to trampolined parser
#38
introom
closed
11 years ago
2
invoking rule with argument
#37
introom
closed
11 years ago
3
Support args for ParserProtocol.setNextRule
#36
introom
opened
11 years ago
2
ometa.runtime.joinErrors fails when errors = [None]
#35
introom
closed
11 years ago
1
Add a TextMate/Sublime Text grammar
#34
habnabit
opened
11 years ago
1
Compile Python expressions only once, at grammar load/import time.
#33
eevee
closed
11 years ago
1
Next