Added ( and ) tokens

This commit is contained in:
2022-09-13 17:04:43 -04:00
parent 767bf81b85
commit 42a51477ec
6 changed files with 24 additions and 5 deletions

View File

@@ -69,4 +69,3 @@ func (parser *ParsingOperation) parseType () (what Type, err error) {
return
}