From cbb589740133d53224fcd66c4c2decf43a7eca6e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 3 Dec 2011 13:55:31 +0000 Subject: Support multiple declarations in the global scope --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 29b6dff..6adfb4a 100644 --- a/README +++ b/README @@ -100,7 +100,8 @@ A8.7 Initialization - Supported for an expression resulting in an int, arrays may be initialized with a list of expressions yielding a constant value, e.g. int a[2]={3,1+2};int b[]={2}; in If the number of initializers are larger than the dimension, the excess elements are - discarded. + discarded. Multi-dimensional arrays are not supported at + initialization. A8.8 Type names - not verified A8.9 Typedef - won't be supported as we have int only -- cgit v1.2.1