Implemented an abstract syntax tree
This commit is contained in:
@ -14,6 +14,6 @@ type Variable struct {
|
||||
|
||||
// Definitions are single use expressions that don't reside in a register yet.
|
||||
type Definition struct {
|
||||
Name string
|
||||
Value *expression.Expression
|
||||
Name string
|
||||
}
|
||||
|
Reference in New Issue
Block a user