Re: searching for C++

2008-06-24 Thread Alex Soto
Thanks everyone. I appreciate the help. I think I will write my own tokenizer, because I do not have a predefined list of words with symbols. I will modify the grammar by defining a SYMBOL token as John suggested and redefine ALPHANUM to include it. Regards, Alex Soto On Tue, Jun 24, 2008 at

searching for words with symbols

2008-06-24 Thread Alex Soto
t provides. I think I need to write a specialized tokenizer (and accompanying analyzer) that let the "+" characters pass. I would use the JFlex provided one, modify it and add it to my project. My question is: Is there any simpler way to accomplish the same? -- Alex Soto [EMAIL PRO

searching for C++

2008-06-24 Thread Alex Soto
t provides. I think I need to write a specialized tokenizer (and accompanying analyzer) that let the "+" characters pass. I would use the JFlex provided one, modify it and add it to my project. My question is: Is there any simpler way to accomplish the same? Best regards, Alex Sot