Updated Nimrod for C programmers (markdown)
This commit is contained in:
parent
a9cd3c6fa8
commit
31785beb77
|
@ -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)
|
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
|
### Cheat Sheet
|
||||||
Note: Code examples are not exactly one-to-one, there may be subtle differences in the semantics. See comments.
|
Note: Code examples are not exactly one-to-one, there may be subtle differences in the semantics. See comments.
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Reference in New Issue