Added a function scanner

This commit is contained in:
2023-10-31 12:17:03 +01:00
parent ac157e580c
commit b6be9357bf
2 changed files with 38 additions and 4 deletions

View File

@ -1,3 +1,7 @@
package build
type Function struct{}
import "git.akyoto.dev/cli/q/src/token"
type Function struct {
Tokens token.List
}