aboutsummaryrefslogblamecommitdiff
path: root/README.rst
blob: 5b6b1282ea6d654ca9e6e911cfdd0c5c42103380 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                               

                                                 







                  
                                                                                                    
                                                                         
                                                  
                     

                                 
                               
                            
CBIC: C Implemented Bare and Ingenuous Compiler
=================================================

Build Requirements
------------------
- flex >= 2.5.37
- bison >= 2.4.3
- gcc >= 4.7.3

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)
- Forward declaration
- Sophisticated semantic checking
- Small memory footprint
- Sophisticated error reporting
- User-friendly AST printing