diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |