orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

Aberta

#5 aberto em 16 de mai. de 2021

 (0 comentário) (0 reação) (0 responsável)Kotlin (0 fork)auto 404
TypeCheckergood first issue

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador