Re: Flex Problem, I did not find a list for Flex hence postin here.

2005-04-04 Thread Alfonso Urdaneta
Atul Kulkarni wrote: I am trying to redirect the standard input of flex to a character pointer, I do not want to read a file for my input but want to tokenize and parse a character string I have. search the flex documentation for _scan_string() -- alfonso e. urdaneta www.red82.com - are you ready ?

Re: Flex Problem, I did not find a list for Flex hence postin here.

2005-03-24 Thread Hans Aberg
At 16:06 +0530 2005/03/24, Atul Kulkarni wrote: I am putting the problem of Flex in this list due to lack of knowledge about Flex's mailing list and they are because normaly used in tandem with each other! Try: Help-flex mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-flex

Flex Problem, I did not find a list for Flex hence postin here.

2005-03-24 Thread Atul Kulkarni
Hi All, I am trying to redirect the standard input of flex to a character pointer, I do not want to read a file for my input but want to tokenize and parse a character string I have. Also I can not want to store the character string in a file and then read it from there. So please can anyone tell