diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ CBIC -- C Implemented Bare and Ingenuous Compiler ================================================= +Build Requirements +------------------ +- flex >= 2.5.37 +- bison >= 2.4.3 +- gcc >= 4.7.3 + +Features +--------- +- User-friendly AST printing +- More sophisticated error reporting +- Small memory footprint |