wip: adding instruction inputs and outputs

This commit is contained in:
Michael McLoughlin
2018-12-02 17:57:12 -08:00
parent f18271ada5
commit 82b31fa0da
15 changed files with 18157 additions and 7650 deletions

View File

@@ -4,7 +4,7 @@ import "github.com/mmcloughlin/avo/internal/inst"
type build struct {
cfg Config
printer
generator
}
func NewBuild(cfg Config) Interface {