Add subscript and dereference argument kinds

This commit is contained in:
Sasha Koshka 2022-08-16 13:43:36 -04:00
parent f978621673
commit 4dfb327558
1 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,12 @@ const (
// etc...
ArgumentKindPhrase ArgumentKind = iota
// {name}
ArgumentKindDereference
// {name 23}
ArgumentKindSubscript
// , name value
ArgumentKindObjectAttribute