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

Updates from Nim #233

Closed planetis-m closed 1 year ago

planetis-m commented 2 years ago

breaks top-level comments after procs...

Araq commented 2 years ago

There is a reason I eventually copied it from the compiler. ;-)

planetis-m commented 2 years ago

Actually yesterday I updated all of the compiler directory. But there are a couple of regressions. If I manage to fix them I will update the PR