diff options
author | Teddy <[email protected]> | 2014-04-06 07:16:52 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-06 07:16:52 +0800 |
commit | 7384b7e2cbe9f40970c74bc5afe589c3df4fe24d (patch) | |
tree | c2840c05bdea0b5bef649cb0f00656cc1dd5d125 | |
parent | fdd965eb0e9bab7a06de7d40824e1168aabdcd36 (diff) |
...
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Build Requirements Features --------- -- Complex declaration support (`int (*a)[10]`, `int (*f)()`, `int (*g(int ***e[10]))()`, etc.) +- Complex declaration support (``int (*a)[10]``, ``int (*f)()``, ``int (*g(int ***e[10]))()``, etc.) - Forward declaration - Sophisticated error reporting - User-friendly AST printing |