mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
|
|
- static arrays
|
|
- external symbols (vars)
|
|
- continue/do while/switch/case/goto
|
|
- 'x'=
|
|
- constant propagation for '+', '-' and [].
|
|
- verify function types
|