Updated Nimrod for C programmers (markdown)

This commit is contained in:
Audun Wilhelmsen 2013-12-19 01:32:27 -08:00
parent a9cd3c6fa8
commit 31785beb77
1 changed files with 4 additions and 0 deletions

View File

@ -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.
<table>