orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

开放

#5 创建于 2021年5月16日

 (0 条评论) (0 个反应) (0 位负责人)Kotlin (0 个派生)auto 404
TypeCheckergood first issue

仓库指标

星标
 (0 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南