jq-src 0.4.1

API for compiling and link libjq from source.
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef BUILTIN_H
#define BUILTIN_H

#include "jq.h"
#include "bytecode.h"
#include "compile.h"

int builtins_bind(jq_state *, block*);

#endif