orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

Open

#5 opened on May 16, 2021

 (0 comments) (0 reactions) (0 assignees)Kotlin (0 forks)auto 404
TypeCheckergood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (No merged PRs in 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))!

Contributor guide