help-bison
[Top][All Lists]
Advanced

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

bnf to bison grammar


From: babar haq
Subject: bnf to bison grammar
Date: Sat, 16 Feb 2002 08:24:35 -0500

never knew its so easy to get help from a mailing list:)
my only problem is to convert this kind of bnf to bison
proto-version = "v=" 1*DIGIT CRLF
The operator "*" preceding an element indicates repetition. The full form is:

        <a>*<b>element

where <a> and <b> are optional decimal values, indicating at least <a> and at 
most <b> occurrences of element.
hope some one can help me with it
-- 

_______________________________________________
Win a ski trip!
http://www.nowcode.com/register.asp?affiliate=1net2phone3a





reply via email to

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