Start with the excellent lexer and lemon Grammar from
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 10 Jul 2005 18:29:35 +0000 (18:29 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 10 Jul 2005 18:29:35 +0000 (18:29 +0000)
commitf2ff6edbddbc8be602e2513c90f4048c20e40705
tree00dddbc5f5ca1e3a3d6ff0cb8ecf171556d4661b
parent67afbf5e1de58ee9584ccb55eca941762ccf8a0c
Start with the excellent lexer and lemon Grammar from
Marc Singer and turn it into a C module (after pybison
was a total failure).

Lexer Changes:
    Do not allow unquoted R_VALUE

Grammar Changes:
    FILES_${PN} () {
    }
    T_VARIABLE is a legal start of a procedure
lib/bb/parse/parse_c/bitbakeparser.l [new file with mode: 0644]
lib/bb/parse/parse_c/bitbakeparser.y [new file with mode: 0644]