README.md
setup.cfg
setup.py
parsr/__init__.py
parsr.egg-info/PKG-INFO
parsr.egg-info/SOURCES.txt
parsr.egg-info/dependency_links.txt
parsr.egg-info/requires.txt
parsr.egg-info/top_level.txt
parsr/examples/__init__.py
parsr/examples/arith.py
parsr/examples/corosync_conf.py
parsr/examples/httpd_conf.py
parsr/examples/iniparser.py
parsr/examples/json_parser.py
parsr/examples/kvpairs.py
parsr/examples/logrotate_conf.py
parsr/examples/multipath_conf.py
parsr/examples/nginx_conf.py
parsr/examples/tests/__init__.py
parsr/examples/tests/test_arith.py
parsr/examples/tests/test_corosync.py
parsr/examples/tests/test_httpd.py
parsr/examples/tests/test_iniparser.py
parsr/examples/tests/test_json.py
parsr/examples/tests/test_kvpairs.py
parsr/examples/tests/test_logrotate.py
parsr/examples/tests/test_multipath.py
parsr/examples/tests/test_nginx.py
parsr/lesson/__init__.py
parsr/lesson/arith1.py
parsr/lesson/arith2.py
parsr/lesson/arith3.py
parsr/lesson/arith4.py
parsr/lesson/arith5.py
parsr/lesson/arith6.py
parsr/query/__init__.py
parsr/query/boolean.py
parsr/query/tests/__init__.py
parsr/query/tests/test_compile_queries.py
parsr/query/tests/test_find.py
parsr/query/tests/test_query.py
parsr/query/tests/test_where.py
parsr/tests/__init__.py
parsr/tests/test_boolean.py
parsr/tests/test_forward.py
parsr/tests/test_keep.py
parsr/tests/test_literal.py
parsr/tests/test_many.py
parsr/tests/test_number.py
parsr/tests/test_opt.py
parsr/tests/test_pos_marker.py
parsr/tests/test_string.py