View Source Grammar.CodeGen.Clause (Grammar v0.1.0)
A Clause entity represents a grammar clause, by its definition and the block to execute.
The definition is a list of steps, which can be either a rule name or a token prototype.
The block is the code to execute when the clause is fully matched. In this code block,
the binding params
is available and contains the results of the clause steps.