Package com.github.adriantodt.lin.ast.node.declare

Types

DeclareFunctionExpr
Link copied to clipboard
data class DeclareFunctionExpr(name: String, value: FunctionExpr, section: Section?) : Expr
DeclareVariableNode
Link copied to clipboard
data class DeclareVariableNode(name: String, mutable: Boolean, value: Expr?, section: Section?) : Node