From f30784b839416d4fa1ed56fb7505a54c1e1acaa8 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 23 Jul 2010 08:40:06 +0200 Subject: standalone structs still not implemented --- rod/c2nim/manual.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rod/c2nim') diff --git a/rod/c2nim/manual.txt b/rod/c2nim/manual.txt index 72c9d44da..3aca188b4 100644 --- a/rod/c2nim/manual.txt +++ b/rod/c2nim/manual.txt @@ -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... -- cgit 1.4.1-2-gfad0 ion> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/all_tests.py
blob: 6693b8708e2bbabf0b15769277ff525c2a1504b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21