Implemented definitions

This commit is contained in:
2024-06-30 12:28:43 +02:00
parent 247b82b529
commit 7e5d45f17d
6 changed files with 70 additions and 14 deletions

View File

@ -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