Stephen Dolan
|
da5d653de8
|
Add a Boolean "not" operator.
Not wholly convinced this is a good idea, maybe "not" should be a
builtin function instead? 'not (.a == .b)' vs. '.a == .b | not'
|
2012-09-04 20:43:40 +01:00 |
|
Stephen Dolan
|
6e6ea50763
|
Short-circuiting Boolean "and" and "or" operators.
|
2012-09-04 20:38:59 +01:00 |
|
Stephen Dolan
|
328c4a13f1
|
Add "elif" to if-then-else constructs.
|
2012-09-04 16:05:24 +01:00 |
|
Stephen Dolan
|
5add2c2ceb
|
if-then-else and defined-or operators
|
2012-09-04 15:34:34 +01:00 |
|
Stephen Dolan
|
d8fad1ed9b
|
Disallow a + before numbers (makes parsing easier, agrees with JSON)
|
2012-09-03 15:32:50 +01:00 |
|
Stephen Dolan
|
6041fd7661
|
Literal strings and better literal numbers.
|
2012-09-03 13:57:47 +01:00 |
|
Stephen Dolan
|
2cb9a6e61d
|
Move from Jansson to JV - everything but the interpreter loop
Passes valgrind --leak-check=full.
|
2012-09-02 16:31:59 +01:00 |
|
Stephen Dolan
|
6c8b55793a
|
first pass at assignment
|
2012-08-27 10:12:02 +01:00 |
|
Stephen Dolan
|
c128c2029e
|
First pass at functions + tests
|
2012-08-21 18:14:13 +01:00 |
|
Stephen
|
2002dc1a2f
|
Most of a C implementation of jq
|
2012-08-16 01:00:30 +01:00 |
|