Added untested dereference parsing

This commit is contained in:
2022-10-11 13:31:17 -04:00
parent fae8bedfa9
commit a7588f7416
2 changed files with 23 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ type Dereference struct {
valuable
// if a simple dereference was parsed, this should just be zero.
offset int
offset uint64
}
// PhraseKind determines what semantic role a phrase plays.