Expand description
Parsing.
Structs§
- Def
- jq definition, consisting of a name, optional arguments, and a body.
- Parser
- Parser for jq programs.
Enums§
- Binary
Op - Binary operators, such as
|,,,//, … - Expect
- Type of token that we expected.
- Pattern
- Variable-binding pattern, such as in
.[] as [$x, {$y, (f): $z}] - Term
- Function from value to stream of values, such as
.[] | add / length.