aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-06 10:29:13 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-06 10:29:13 +0800
commit8f8927e3f240ea6710337b1351ea8adee9eef2db (patch)
tree427236896bfe3e56f9e0d65232027f7b6ea601b1
parentf446f65340d41d6b4558a26912ba15e28059fe48 (diff)
add complex cast support to feature list
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
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