In my parser I have several productions. The start production is named "program". Further down I have a production named "expression" etc. For testing purposes I would like to parse a string using "expression" as the start production. Is this possible? My parser is a C++ parser.

Many thanks!
    Panayiotis

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

Reply via email to