Hi

How I can run bison from C source code passing a string to parse?

For example I have abcbdc sequence to parse. I can call yyparse function
passing this string like parameters or directly like executable parameters
(./parser abcbdc) ?

Many thanks for any suggestion.

Bye
_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to