Closed Bromeon closed 9 months ago
To reuse code, it makes parsing of some existing symbols slightly more lenient (e.g. impl can also contain extern). If this is undesired, we can add some code to handle those (preferrably outside this PR, to keep changes small at a time).
impl
extern
LGTM
To reuse code, it makes parsing of some existing symbols slightly more lenient (e.g.
impl
can also containextern
). If this is undesired, we can add some code to handle those (preferrably outside this PR, to keep changes small at a time).