shithub: scc

ref: 31704f8d6cf7fe145c2e7c0109f46bf9a175bd21
dir: /cc1/TODO/

View raw version
* Verify correctness in initializators
* emit initializators
* emit structures definition
* Implement bitfields
* Define data structure shared between cc1 and cc2 with the type
  information
* Rewrite error recovery code, and ensure correct state after recovery
* Allow comparisions between pointers and 0
* Implement function calls
* 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 warnings in overflow of contant operations
* Add warning when some ANSI limit is violated.