help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Without standard input


From: Mark Redd
Subject: Without standard input
Date: Thu, 30 Apr 2009 19:18:22 +0200

Hi everybody.
I've made my parser using Flex/Bison and it works.

My main function is

main()
{
        yyparse();
}

Now my task is to develop a GUI in order to use it.
Suppose I've a char buffer[xxx] with the text i need to parse (and it is
true, because I'm using a textview), how can I pass it to yyparse()?

Thanks!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]