Added main prefix

This commit is contained in:
Eduard Urbach 2024-07-30 20:02:55 +02:00
parent e537e543cc
commit 6510166ae0
Signed by: eduard
GPG key ID: 49226B848C78F6C8
9 changed files with 34 additions and 20 deletions

View file

@ -9,6 +9,7 @@ import (
// Function represents the smallest unit of code.
type Function struct {
register.Machine
Package string
Name string
File *fs.File
Body []token.Token