package ast import "git.akyoto.dev/cli/q/src/expression" // Loop represents a block of repeatable statements. type Loop struct { Head *expression.Expression Body AST }