nim-lang / c2nim

c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.
MIT License
502 stars 62 forks source link

Translate __attribute__ tags #254

Open arnetheduck opened 1 year ago

arnetheduck commented 1 year ago

There are a couple of attribute tags that have corresponding features in Nim - deprecated, alias etc - it would be nice to have these auto-translated - see also https://github.com/nim-lang/c2nim/pull/252#discussion_r1046775264