diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Build Requirements Features --------- -- Complex pointer support +- Complex declaration support (`int (*a)[10]`, `int (*f)()`, `int (*g(int ***e[10]))()`, etc.) - Forward declaration - Sophisticated error reporting - User-friendly AST printing |