Package com. github. adriantodt. lin. ast. node
Types
Invalid Node
Link copied to clipboard
Multi Expr
Link copied to clipboard
This represents a given list of nodes, with the last node being necessarily an expression. Nodes must be executed sequentially. The value of this expression is the last expression's value. This AST node's main use is lambda bodies and REPL scopes.
Multi Node
Link copied to clipboard
This represents a given list of nodes. Nodes must be executed sequentially. This AST node's main use is function bodies and main scopes.