summaryrefslogtreecommitdiff
path: root/jsonpath_rw/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Add one-off parsing rule for `parent` named operatorKenn Knowles2013-06-141-0/+2
* Fix error reporting for unknown named operatorsKenn Knowles2013-06-141-1/+1
* Raise an informative error when docstrings have been strippedKenn Knowles2013-05-291-0/+7
* Switch @ for `this` since it is so common in field names (for example when JS...Kenn Knowles2013-03-271-3/+6
* Python 2 & 3 supportKenn Knowles2013-03-261-2/+3
* Add AST and parser testsKenn Knowles2013-02-091-0/+174