Added a function scanner
This commit is contained in:
parent
21cf4b5c6d
commit
92b7c22c61
2 changed files with 38 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
package build
|
||||
|
||||
type Function struct{}
|
||||
import "git.akyoto.dev/cli/q/src/token"
|
||||
|
||||
type Function struct {
|
||||
Tokens token.List
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue