[hackers] [scc] Add TODO file || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 21 Jul 2015 09:45:27 +0200 (CEST)

commit a580dd7611be537814383676fd4fb33cad7f6bb3
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Jul 21 09:44:19 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Jul 21 09:44:19 2015 +0200

    Add TODO file

diff --git a/cc1/TODO b/cc1/TODO
new file mode 100644
index 0000000..4ec9a31
--- /dev/null
+++ b/cc1/TODO
_AT_@ -0,0 +1,18 @@
+* Implement constant expressions
+* Verify correctness in initializators
+* emit initializators
+* emit structures definition
+* Assign const expression value to enum members
+* Define array types based in the value of constant expressions
+* Rewrite decl.c and use only one decl function with a function pointer
+ parameter
+* Allow external declarations of incomplete array types
+* 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
+* Implement enum type in eqtype()
+* Parse correctly all integer and float constants
+* Add C99 features (almost all the new features of C99 are missed)
Received on Tue Jul 21 2015 - 09:45:27 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 21 2015 - 09:48:14 CEST