package
0.0.0-20241205070959-713993e6e377
Repository: https://github.com/bjatkin/yok.git
Documentation: pkg.go.dev

# Structs

Assign is a let statement.
Atom is an atom.
No description provided by the author
Call is a call expression.
Comment is a line comment.
GroupExpr is a yok grouped expression.
Identifier is a yok identifier.
No description provided by the author
InfixExpr is a yok infix expression.
NewLine is a solo new line.
PrefixExpr is a yok prefix expression.
Script represents an entire yok script.
StmtExpr is any statement that consists of a single expression.
String is a string literal.

# Interfaces

Expr is an expression in an AST.
Node is a valid AST node.
Stmt is a statement in an AST.