all: make type system use source name & cleanup storing name in fields

This commit is contained in:
joe-conigliaro 2020-12-06 14:55:08 +11:00
parent 028c82e255
commit a05408b49a
No known key found for this signature in database
GPG key ID: C12F7136C08206F1
14 changed files with 211 additions and 299 deletions

View file

@ -265,7 +265,7 @@ pub fn (mut parser Parser) finalize() {
parser.generate_tag()
}
pub fn (parser Parser) get_tags() []Tag_ptr {
pub fn (parser Parser) get_tags() []&Tag {
return parser.tags
}