mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +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
|