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!
_______________________________________________
[email protected] http://lists.gnu.org/mailman/listinfo/help-bison
