Implemented else blocks
This commit is contained in:
parent
ff86dfe590
commit
e537e543cc
17 changed files with 118 additions and 25 deletions
|
@ -8,4 +8,5 @@ import (
|
|||
type If struct {
|
||||
Condition *expression.Expression
|
||||
Body AST
|
||||
Else AST
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue