diff options
| author | Teddy <ted.sybil@gmail.com> | 2014-04-12 23:05:34 +0800 |
|---|---|---|
| committer | Teddy <ted.sybil@gmail.com> | 2014-04-12 23:05:34 +0800 |
| commit | eeddc718ac9008951b109daf54811ab778a449c2 (patch) | |
| tree | 35ec4217f9714a5d5b6d49bc7f7848e5000869bd | |
| parent | 62ac0453c49de5e4a7ac5673bd772c6484d6acf7 (diff) | |
...typedef
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +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) +- ``typedef`` support (together with complex decl) - Forward declaration - Sophisticated error reporting - User-friendly AST printing |