Simplified code

This commit is contained in:
2024-07-23 22:14:23 +02:00
parent 69245caf62
commit 26214366e3
30 changed files with 105 additions and 69 deletions

View File

@ -2,13 +2,13 @@ package core
import (
"git.akyoto.dev/cli/q/src/build/fs"
"git.akyoto.dev/cli/q/src/build/register"
"git.akyoto.dev/cli/q/src/build/token"
"git.akyoto.dev/cli/q/src/build/z"
)
// Function represents the smallest unit of code.
type Function struct {
z.Compiler
register.Machine
Name string
File *fs.File
Body []token.Token