Added main prefix
This commit is contained in:
parent
e537e543cc
commit
6510166ae0
9 changed files with 34 additions and 20 deletions
|
@ -11,8 +11,8 @@ type Expression struct {
|
|||
Parent *Expression
|
||||
Children []*Expression
|
||||
Token token.Token
|
||||
Precedence int8
|
||||
Value int
|
||||
Precedence int8
|
||||
IsFolded bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue