Added support for "external" keyword
This commit is contained in:
@@ -253,5 +253,7 @@ type FuncSection struct {
|
||||
receiver *Declaration
|
||||
inputs []Declaration
|
||||
outputs []FuncOutput
|
||||
root *Block
|
||||
root Block
|
||||
|
||||
external bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user