Package com. github. adriantodt. lin. ast. node. value
Types
Boolean Expr
Link copied to clipboard
Decimal Expr
Link copied to clipboard
Function Expr
Link copied to clipboard
data class FunctionExpr(parameters: List<FunctionExpr.Parameter>, name: String?, body: Node?, section: Section?) : Expr
Content copied to clipboard
Integer Expr
Link copied to clipboard
Object Expr
Link copied to clipboard
String Expr
Link copied to clipboard