help-bison
[Top][All Lists]
Advanced

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

Call a non-start production


From: Panayiotis Karabassis
Subject: Call a non-start production
Date: Sun, 18 Jul 2010 16:38:13 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5

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



reply via email to

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