DE-labtory / koa

The koa is a high-level language that has more expressions than the bitcoin script and is simpler and easy to analyze
Apache License 2.0
74 stars 18 forks source link

Feature/vm/execute #345

Closed AgwaB closed 5 years ago

AgwaB commented 5 years ago

details:

@zeroFruit

If we have this function,

func A(a int, b int){
}

we can get function selector by A(int,int)

but this method make as A(parameter : identifier : .... maybe?

I think below method has matter so plz modify!

func (p *ParameterLiteral) String() string {
    return fmt.Sprintf("Parameter : (Identifier: %s, Type: %s)", p.Identifier.String(), p.Type.String())
}