aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-12 23:02:31 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-12 23:02:31 +0800
commit62ac0453c49de5e4a7ac5673bd772c6484d6acf7 (patch)
tree04d3f7454afe89cba087b95bffe72bc245934bad /README.rst
parentbbce3104de593c90b10778a379728f982bc3fdcb (diff)
fixed bugs in typedef (with struct/union)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 91d88d4..b5678f7 100644
--- a/README.rst
+++ b/README.rst
@@ -11,6 +11,7 @@ Features
---------
- Complex declaration support (``int (*a)[10]``, ``int (*f)()``, ``int (*g(int ***e[10]))()``, etc.)
- Complex cast support (``(int (*)())addr``, ``(int (*)[10])addr``, etc.)
+- `typedef` support (together with complex decl)
- Forward declaration
- Sophisticated error reporting
- User-friendly AST printing