diff --git a/Nimrod-for-C-programmers.md b/Nimrod-for-C-programmers.md index 486087c..0836a20 100644 --- a/Nimrod-for-C-programmers.md +++ b/Nimrod-for-C-programmers.md @@ -17,6 +17,10 @@ Tuples and Objects in Nimrod are kind of like structs in C, but not really. See [Foreign Function Interface](http://nimrod-lang.org/manual.html#foreign-function-interface) +### Converting C code to Nimrod + +See [c2nim](http://nimrod-lang.org/c2nim.html) + ### Cheat Sheet Note: Code examples are not exactly one-to-one, there may be subtle differences in the semantics. See comments.