#miniC: A complete flex/bison implementation of a C compiler
- Bottom-up semantic parsing (LALR).
- Constructs an Abstract Syntax Tree.
- Supports basic types (int, float, char), string literals & pointers.
- Calls to functions.
- Static, dynamic & local variables declarations.