hylo-lang / hylo

The Hylo programming language

Home Page:https://www.hylo-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the parsing of attributes

kyouko-taiga opened this issue · comments

The parsing of attributes deserves some refactoring. In particular, it would be good to check for their wellformedness in one single place rather than scattering tests across different compiler phases.