On 7/22/2010 2:29 PM, Eric M. Ludlam wrote:
> On 07/21/2010 08:01 AM, Vasilakis wrote:
>> Hi all to this list. Where can I find the definition of the wisent
>> data format? I have a language in BNF form and I want to convert it to
>> wisent .wy file.
>
> Hi,
>
> If you are using CEDET from CVS, or the last release of CEDET separate
> from Emacs 23.2, the wisent development doc is in
> cedet/semantic/doc/wisent.texi. If you start with
> cedet/common/cedet.texi/info, it will eventually point to that piece
> of documentation if you follow the right nodes.
>
> There are example languages in cedet/semantic/wisent, and
> cedet/cogre/wisent-dot.wy.
>
> The wisent format is almost exactly like yacc/bison, except the
> actions are all in Emacs Lisp instead of C or C++, so any hints you
> can find online for bison can help convert a BNF to wisent.
>
> Eric
Thank you very much. If I have more questions I will post them.
|