More things done on the Bitbake C parser:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 10 Jul 2005 21:20:50 +0000 (21:20 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 10 Jul 2005 21:20:50 +0000 (21:20 +0000)
commite70e93a9915264742f4adf5c9e5d3b1b903b5009
treeb21260d59b7937face40fe16d52710de1459a6a9
parentf2ff6edbddbc8be602e2513c90f4048c20e40705
More things done on the Bitbake C parser:
    -Implement token_t and switch the grammar actions
     to the new class
    -Start with the lex_t as well
    -Start with implementing the high level python
     side.
lib/bb/parse/parse_c/bitbakeparser.l
lib/bb/parse/parse_c/bitbakeparser.py [new file with mode: 0644]
lib/bb/parse/parse_c/bitbakeparser.y
lib/bb/parse/parse_c/lexer.h [new file with mode: 0644]
lib/bb/parse/parse_c/token.h [new file with mode: 0644]