There is no new language to learn, and nothing to compile. That is what makes a repair reviewable: it arrives as a few changed lines you can read, not as generated code you have to audit.
The grammar constrains the model; it is not a language you write. Four operators (map, explode, filter, aggregate) plus coercions for units, encodings, and formats. The model may only produce this shape, which is what makes its output reviewable.
This one is 90 lines end to end: 2 stages, 5 mapped fields, 8 declared drops. A reviewer reads it in a sitting, which is the whole argument for constraining the model to a grammar rather than letting it write code.