orbit-lang/Bootstrap

TypeChecker - Capture Types in AST

Offen

#5 geöffnet am 16.05.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (0 Forks)auto 404
TypeCheckergood first issue

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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