Simplified code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user