aboutsummaryrefslogtreecommitdiff
path: root/TODO.rst
blob: 2efe1b5ec5be7051cac6ae36c732e7dc8da185d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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