Added a function scanner
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
package build
|
||||
|
||||
type Function struct{}
|
||||
import "git.akyoto.dev/cli/q/src/token"
|
||||
|
||||
type Function struct {
|
||||
Tokens token.List
|
||||
}
|
||||
|
Reference in New Issue
Block a user