Variable Declaration
The AST for int i; would have VARDECL at the root and int and i as children.
int x;
float y = 10;
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Decl
trait HasName
trait HasSymbol
class Expr
trait HasStaticTypeSafety
trait HasPromoteToType
trait HasEvalType
class Stat
class AST
class Object
trait Matchable
class Any