prometheus/storage/metric
Fabian Reinartz 32b7595c47 Create promql package with lexer/parser.
This commit creates a (so far unused) package. It contains the a custom
lexer/parser for the query language.

ast.go: New AST that interacts well with the parser.
lex.go: Custom lexer (new).
lex_test.go: Lexer tests (new).
parse.go: Custom parser (new).
parse_test.go: Parser tests (new).
functions.go: Changed function type, dummies for parser testing (barely changed/dummies).
printer.go: Adapted from rules/ and adjusted to new AST (mostly unchanged, few additions).
2015-04-23 16:04:50 +02:00
..
labelpair.go Clean up license issues. 2015-01-21 20:07:45 +01:00
labelpair_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
matcher.go Create promql package with lexer/parser. 2015-04-23 16:04:50 +02:00
sample.go More efficient JSON query result format. 2015-01-26 13:06:22 +01:00