blob: d896657b8764fcb614d10ec173c4411db6c7c637 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TODO
====
- More detailed checking in regex for:
- char constant (done)
- string constant (done)
- Fix:
- 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
|