Added a function scanner

This commit is contained in:
Eduard Urbach 2023-10-31 12:17:03 +01:00
parent 21cf4b5c6d
commit 92b7c22c61
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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
}