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
509 stars 63 forks source link

remain backward compatibility with earlier Nim verisons #221

Closed narimiran closed 3 years ago

narimiran commented 3 years ago

Fixes https://github.com/nim-lang/Nim/issues/18771

Araq commented 3 years ago

Nice!