-
Notifications
You must be signed in to change notification settings - Fork 27
Completely implement annotations #40
Copy link
Copy link
Closed
Labels
cat:langCategory: Language designCategory: Language designcmp:compilerComponent: Compiler backend (e.g., annotation processors, code generators)Component: Compiler backend (e.g., annotation processors, code generators)typ:enhanceType: Enhancement/new featureType: Enhancement/new feature
Metadata
Metadata
Assignees
Labels
cat:langCategory: Language designCategory: Language designcmp:compilerComponent: Compiler backend (e.g., annotation processors, code generators)Component: Compiler backend (e.g., annotation processors, code generators)typ:enhanceType: Enhancement/new featureType: Enhancement/new feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Continued from #34, we need to implement annotations for all sorts of declarations, including:
importline)Note that last part. Each
importline is represented as multipleImporttypes in AST, we currently have no easy way to annotate perimportline.