mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
standalone structs still not implemented
This commit is contained in:
@@ -234,6 +234,8 @@ Limitations
|
||||
|
||||
* C's ``,`` operator (comma operator) is not supported.
|
||||
* C's ``union`` has no equivalent in Nimrod.
|
||||
* Standalone ``struct x {}`` declarations are not implemented. Put them into
|
||||
a ``typedef``.
|
||||
* The condition in a ``do while(condition)`` statement must be ``0``.
|
||||
* Lots of other small issues...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user