blob: d5451eba5d3ae69a0b617d7308712d4d8fed7f0d (
plain) (
tree)
|
|
TODO
====
- More detailed checking in regex for:
- char constant (done)
- string constant (done)
- Fix:
- check global definition when semantic analysis finishes
- local function declaration is not in a local scope
- Not Implemented:
- complex type name (to be in agreement with complex decl) (almost done)
- initializer checking
- typedef support (via adding mid-rule actions to bision to inform flex)
|