aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2011-06-01 15:46:22 +0200
committerSebastian Parborg <darkdefende@gmail.com>2011-06-01 15:46:22 +0200
commit55851f2ae36d0eac1905488ac16a472846b1dc5e (patch)
tree47a59fec0ebabf9ba57c202d67070ce66b4b37d7 /TODO
parentWorked more on ifdefs and made YACC not a big hack (diff)
downloadebuildgen-55851f2ae36d0eac1905488ac16a472846b1dc5e.tar.gz
ebuildgen-55851f2ae36d0eac1905488ac16a472846b1dc5e.tar.bz2
ebuildgen-55851f2ae36d0eac1905488ac16a472846b1dc5e.zip
I now handles ifdefs within ifdefs
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 38a2ee8..fcc776f 100644
--- a/TODO
+++ b/TODO
@@ -4,3 +4,4 @@ Handle "# include"
implement ifndef
#include "file.h" doesn't restict it to be a local include, add checks!
Handle dlopen() "includes"
+Perhaps multithread some stuff so the rest of the program doesn't have to wait for the parser to finish