oweals/jsonpath.git
2014-06-15 Jo-Philipp... Switch to sqlite3's lemon parser generator.
2014-06-13 Jo-Philipp... build: use -ffunction-sections and --gc-sections
2014-01-06 Jo-Philipp... cli: supress printing "null" in non-export mode, output...
2014-01-02 Jo-Philipp... Update copyright
2014-01-01 Jo-Philipp... parser: fix error reporting
2014-01-01 Jo-Philipp... lexer, parser, matcher: extend grammar to allow comma...
2014-01-01 Jo-Philipp... cli: gather all found items through a callback function
2014-01-01 Jo-Philipp... matcher: add user callback and support implicit index...
2013-12-31 Jo-Philipp... lexer: accept single quoted string literals
2013-12-29 Jo-Philipp... parser: fix order of declarations
2013-12-29 Jo-Philipp... cli: implemnt -s flag to pass json source as string...
2013-12-29 Jo-Philipp... cli: additional flags and cleanup
2013-12-29 Jo-Philipp... parser: change exitcode in case of oom errors
2013-12-29 Jo-Philipp... Amend gitignore
2013-12-29 Jo-Philipp... Add gitignore file
2013-12-29 Jo-Philipp... eliminate global variables and use a private parser...
2013-12-29 Jo-Philipp... cmake: let generated lexer.c, parser.c depend on their...
2013-12-28 Jo-Philipp... Remove generated files
2013-12-28 Jo-Philipp... Initial commit