1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fold operation (code/docs/test)

This commit is contained in:
Stephen Dolan
2012-12-28 15:04:16 +00:00
parent 9302b16247
commit 417899f9a0
6 changed files with 61 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ block gen_call(const char* name, block body);
block gen_subexp(block a);
block gen_both(block a, block b);
block gen_collect(block expr);
block gen_fold(const char* varname, block init, block body);
block gen_assign(block expr);
block gen_definedor(block a, block b);
block gen_condbranch(block iftrue, block iffalse);