orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

オープン

#5 opened on 2021/05/16

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (0 件のフォーク)auto 404
TypeCheckergood first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド