I just had a conversation with someone that fruited a great idea:
Quote:
FRIEND: Hmm. You know you could make your life easier by just constructing a (XML) parser with Lex.
Chad48309: Well, to work with the ROCKbox plugin format, it has to be written in C among other things. And we'd like to get a search engine done first (I'm assuming).
FRIEND: Lex outputs a parser in standard .c format; then you take that and plug it into your search engine code, and put whatever plugin wrapper around you need to get the module running.
|