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

@@ -8,7 +8,7 @@ import (
type ctorstest struct {
cfg Config
printer
generator
}
func NewCtorsTest(cfg Config) Interface {