PoignardAzur / venial

"A very small syn"
MIT License
192 stars 9 forks source link

Support `extern {}` and `extern crate` #51

Closed Bromeon closed 8 months ago

Bromeon commented 8 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).

PoignardAzur commented 8 months ago

LGTM