Added ssa package
All checks were successful
/ test (push) Successful in 22s

This commit is contained in:
Eduard Urbach 2025-06-20 21:05:49 +02:00
parent ec300c9a70
commit 89f375f4fc
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
8 changed files with 234 additions and 0 deletions

View file

@ -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