mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-28 11:53:52 +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
|