summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_c/README.build
blob: eb6ad8c862d87c9ff5df76c78336faacedc38d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
To ease portability (lemon, flex, etc) we keep the
result of flex and lemon in the source code. We agree
to not manually change the scanner and parser.



How we create the files:
   flex -t bitbakescanner.l > bitbakescanner.cc
   lemon bitbakeparser.y
   mv bitbakeparser.c bitbakeparser.cc

Now manually create two files