[refactoring] update ast structure of parameter "Parameter" node

This commit is contained in:
Vadym Slizov
2020-11-20 22:25:37 +02:00
parent ddb9f3b985
commit 73d819eb6c
5 changed files with 1731 additions and 1672 deletions

View File

@@ -68,6 +68,7 @@ type Parameter struct {
Node
Type Vertex
Var Vertex
EqualTkn *token.Token
DefaultValue Vertex
}