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

supports Arc/Orc by enabling deepcopy #244

Closed ringabout closed 2 years ago

ringabout commented 2 years ago

Bump minimal version requirements because deepcopy is only introduced since Nim 1.4.0

ref https://github.com/nim-lang/Nim/pull/19972