2010/8/24 Chris Larson <[email protected]>: > On Mon, Aug 23, 2010 at 11:32 PM, Frans Meulenbroeks < > [email protected]> wrote: >
>> Currently the parser is in bitbake, I have no idea on how to hook >> those kind of checks in the parser, or how to craft a python parser >> that would be able to do the above. >> It would be nice if someone with more python knowledge could give that a >> stab. >> BTW: I have been thinking about crafting a parser with lex/yacc, but >> especially the override mechanism does not allow to make a simple .y >> file for it (e.g. SRC_URI cannot be made a token because we also can >> have SRC_URI_xyz etc) > > > SRC_URI shouldn't be a token. It's not special to the file format, it's > just a variable :) True. Language it is not different from another variable, but semantically it has a specific meaning, that's why I also see it as a token although technically it isn't. Frans. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
