Remove the first attempt to integrate Marc's flex/lemon
authorHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 8 Dec 2006 20:43:38 +0000 (20:43 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 8 Dec 2006 20:43:38 +0000 (20:43 +0000)
commit0a1bf3ff6583396b3855f0d53c01ba3ba11e90ff
tree7c45492be0af9629c14abcf63dce30f3e99dc1b2
parentc5cec2bf12ffaf9dfc46eb8ff27997fbbe7c01b3
Remove the first attempt to integrate Marc's flex/lemon

    Remove the first C implementation. I'm too lazy to
    create proper license headers for what will be replaced
    with the bitbake-parser code soon(tm).
14 files changed:
lib/bb/parse/parse_c/BBHandler.py [deleted file]
lib/bb/parse/parse_c/Makefile [deleted file]
lib/bb/parse/parse_c/README.build [deleted file]
lib/bb/parse/parse_c/__init__.py [deleted file]
lib/bb/parse/parse_c/bitbakec.pyx [deleted file]
lib/bb/parse/parse_c/bitbakeparser.cc [deleted file]
lib/bb/parse/parse_c/bitbakeparser.h [deleted file]
lib/bb/parse/parse_c/bitbakeparser.y [deleted file]
lib/bb/parse/parse_c/bitbakescanner.cc [deleted file]
lib/bb/parse/parse_c/bitbakescanner.l [deleted file]
lib/bb/parse/parse_c/lexer.h [deleted file]
lib/bb/parse/parse_c/lexerc.h [deleted file]
lib/bb/parse/parse_c/python_output.h [deleted file]
lib/bb/parse/parse_c/token.h [deleted file]