Implemented definitions
This commit is contained in:
@ -16,6 +16,7 @@ type compiler struct {
|
||||
cpu cpu.CPU
|
||||
debug []debug
|
||||
err error
|
||||
definitions map[string]*Definition
|
||||
variables map[string]*Variable
|
||||
functions map[string]*Function
|
||||
sideEffects int
|
||||
|
Reference in New Issue
Block a user