blob: 89aa7989735fbde1abc812acde20267e09a3ff34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
TODO list:
Critical:
- add structure assign.
- fix 'char' and 'short' casts.
- 0 is pointer - fix type compare
- fix L'' and L"" wide chars
- add message if external function or variable not found.
- function pointers to forward reference (patch code generator).
- add float/double support (should be as small as possible while being
usable for RISC code generator too).
Not critical:
- fix preprocessor symbol redefinition
- better constant opt (&&, ||, ?:)
- add ELF executable and shared library output option (would be needed
for completness!).
- add PowerPC code generator.
- add portable byte code generator and interpreter for other
unsupported architectures.
|