ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

primaryTypeToCeylon missing? #100

Closed lucaswerkmeister closed 8 years ago

lucaswerkmeister commented 8 years ago

ceylon.ast.redhat seems to be missing a primaryTypeToCeylon function (and compilePrimaryType). I don’t think there’s a good reason for this – this is probably a relic from the time before I used source-gen to systematically generate everything for each new node type.

lucaswerkmeister commented 8 years ago

Oh, the reason might be that there’s no separate PrimaryType in the RedHat AST – just StaticType. But we should still have these functions.