Add subscript and dereference argument kinds
This commit is contained in:
parent
f978621673
commit
4dfb327558
@ -89,6 +89,12 @@ const (
|
|||||||
// etc...
|
// etc...
|
||||||
ArgumentKindPhrase ArgumentKind = iota
|
ArgumentKindPhrase ArgumentKind = iota
|
||||||
|
|
||||||
|
// {name}
|
||||||
|
ArgumentKindDereference
|
||||||
|
|
||||||
|
// {name 23}
|
||||||
|
ArgumentKindSubscript
|
||||||
|
|
||||||
// , name value
|
// , name value
|
||||||
ArgumentKindObjectAttribute
|
ArgumentKindObjectAttribute
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user