orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

Aperta

#5 aperta il 16 mag 2021

 (0 commenti) (0 reazioni) (0 assegnatari)Kotlin (0 fork)auto 404
TypeCheckergood first issue

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

TypeResolvers should annotate their source nodes with their result types, in much the same way as the name resolvers annotate their source nodes with a Path.

Bonus points if this can be done automatically (i.e. without having to manually call node.annotate(type, Annotations.Type))!

Guida contributor