Package com. github. adriantodt. lin. ast. node. declare
Types
Declare Function Expr
Link copied to clipboard
data class DeclareFunctionExpr(name: String, value: FunctionExpr, section: Section?) : Expr
Content copied to clipboard
Declare Variable Node
Link copied to clipboard
data class DeclareVariableNode(name: String, mutable: Boolean, value: Expr?, section: Section?) : Node
Content copied to clipboard