From 8f8927e3f240ea6710337b1351ea8adee9eef2db Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 6 Apr 2014 10:29:13 +0800 Subject: add complex cast support to feature list --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 28f9376..91d88d4 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,7 @@ Build Requirements Features --------- - Complex declaration support (``int (*a)[10]``, ``int (*f)()``, ``int (*g(int ***e[10]))()``, etc.) +- Complex cast support (``(int (*)())addr``, ``(int (*)[10])addr``, etc.) - Forward declaration - Sophisticated error reporting - User-friendly AST printing -- cgit v1.2.3