orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

Ouverte

#5 ouverte le 16 mai 2021

 (0 commentaire) (0 réaction) (0 personne assignée)Kotlin (0 fork)auto 404
TypeCheckergood first issue

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Métriques PR en attente)

Description

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))!

Guide contributeur