This commit is contained in:
parent
ec300c9a70
commit
89f375f4fc
8 changed files with 234 additions and 0 deletions
|
@ -4,11 +4,13 @@ import (
|
|||
"fmt"
|
||||
|
||||
"git.urbach.dev/cli/q/src/fs"
|
||||
"git.urbach.dev/cli/q/src/ssa"
|
||||
"git.urbach.dev/cli/q/src/token"
|
||||
)
|
||||
|
||||
// Function is the smallest unit of code.
|
||||
type Function struct {
|
||||
ssa.Function
|
||||
Name string
|
||||
UniqueName string
|
||||
File *fs.File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue