Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryExpr ¶
type BinaryExpr struct { Expr Left Expr // TODO: make this more strict than just an abitrary string Op string Right Expr }
func (BinaryExpr) Bash ¶
func (b BinaryExpr) Bash() fmt.Stringer
type FileExpr ¶
type Identifyer ¶
func (Identifyer) Bash ¶
func (v Identifyer) Bash() fmt.Stringer
Click to show internal directories.
Click to hide internal directories.