dinfuehr / dora

Dora VM
MIT License
490 stars 31 forks source link

anno: visit annotations, register internal annotations #276

Closed soc closed 2 years ago

soc commented 2 years ago

@dinfuehr Could you have a look? Annotations are now visited, registering internal ones now has to be done after globaldef::check as they now do only lookup + set internal_annotation – this will cause trouble down the line when we migrate how the modifier fields are initialized, but ... baby steps, I guess.

dinfuehr commented 2 years ago

Thanks!