From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmanuelle To: sourcenav@sourceware.cygnus.com Subject: Re: Tcl parser Date: Thu, 16 Aug 2001 05:21:00 -0000 Message-id: <3B7BBA3B.3908486A@teleline.es> References: <34168E9E775CD411A4430000F80768621B4432@unclassfs03.rlmsystems.com.au> X-SW-Source: 2001-q3/msg00119.html Hi: Thanks for your answer. Sorry if I didn't write before but I'd problems with my email account... I've downloaded puma from http://www.first.gmd.de/cocktail/ Is this version ok? I've translated the menu items to spanish, it's not finished yet (I have to verify the hotkeys). Where should I send it? Maybe I'll translate it to french too if I have time. -- Emmanuelle "Keogh, Craig" escribió: > > > I want to modify the Tcl parser > > that it can parse procedures declared that way but I need a > > little help > > to do that; the source code of SN is very large and I don't know from > > where to start. > > The TCL parser can be found in: > > /source/snavigator/parser/tcl > > There is documentation on how to add parsers: > > /source/snvavigator/doc/html/enterprise/progref > > But the TCL parser does not follow use this API. Do as we say, not as we do. > It inserts symbols with put_symbol. The TCL parsers uses a parser-generator > / compiler-compiler, but it doesn't use yacc/bison. Puma or something. If > you wish to modify the code, you will need this tool. > > Happy hacking, > Craig Keogh