data-section #3

Merged
sashakoshka merged 42 commits from data-section into main 2022-08-17 18:21:20 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 4dfb327558 - Show all commits

View File

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