View Single Post
  #122 (permalink)  
Old February 22nd, 2006, 05:32 PM
TheCowBoX TheCowBoX is offline
Hoping For A Cool Title
 
Join Date: May 2005
Posts: 78
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.
Reply With Quote