diff options
author | Teddy <[email protected]> | 2014-04-20 17:10:48 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-20 17:10:48 +0800 |
commit | d696e1f7565b0b94cea60421df2af861b9e9a6ca (patch) | |
tree | 9ceaeb08a22523c74f1d557d9776d13bbf61f3a8 | |
parent | ff809576d003f6be594af8ea5b4c181ec3ff6a8f (diff) |
...
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ Features - Complex cast support (``(int (*)())addr``, ``(int (*)[10])addr``, etc.) - ``typedef`` support (together with complex decl) - Forward declaration +- Sophisticated semantic checking +- Small memory footprint - Sophisticated error reporting - User-friendly AST printing -- Small memory footprint |