zen-lang / zen

Library for model driven systems
116 stars 12 forks source link

Add type hints to remove reflection warnings #49

Closed katibov closed 1 year ago

katibov commented 1 year ago

These type hints are needed to be able to compile zen.jar as Graal binary. The only exception is zen.test-utils namespace, type hints are added there just because.

carbon-hvze commented 1 year ago

beautifully done, merging now