shithub: scc

ref: 5ae8cb41158a3af9db313ff45d98c20735231ec9
dir: /cc1/TODO/

View raw version
* Verify correctness in initializators
* emit automatic initializators
* Implement bitfields
* Define data structure shared between cc1 and cc2 with the type
  information
* Rewrite error recovery code, and ensure correct state after recovery
* Parse correctly all integer and float constants
* Add C99 features (almost all the new features of C99 are missed)
* Add correct emit for any kind of constant
* Add warning when some ANSI limit is violated.
* Free memory in emit after some error happened.
* Rewrite initializers to deal with the idea of  "current object"