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

貢獻者指南