ast: minor cleanup in ast.v (#13839)
parent
d748529337
commit
875ad1f6ea
|
@ -610,19 +610,6 @@ pub mut:
|
||||||
types []Type
|
types []Type
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
pub enum Expr {
|
|
||||||
Binary(InfixExpr)
|
|
||||||
If(IfExpr)
|
|
||||||
Integer(IntegerExpr)
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
pub struct Stmt {
|
|
||||||
pos int
|
|
||||||
//end int
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
pub struct Var {
|
pub struct Var {
|
||||||
pub:
|
pub:
|
||||||
name string
|
name string
|
||||||
|
|
Loading…
Reference in New Issue