Add yacc and lex support

Add support for yacc (.y or .yy) and lex (.l or .ll) files.  Also
tweak locations of .o files for normal and generated sources to
makes sure they don't collide.

Change-Id: I03172cddbdc022525bf392a81d72050406b8cdb3
diff --git a/Blueprints b/Blueprints
index 31b4fa8..945d2f4 100644
--- a/Blueprints
+++ b/Blueprints
@@ -116,6 +116,7 @@
         "cc/builder.go",
         "cc/cc.go",
         "cc/clang.go",
+        "cc/gen.go",
         "cc/toolchain.go",
         "cc/util.go",