From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Keogh, Craig" To: "'Emmanuelle'" Cc: "'sourcenav@sourceware.cygnus.com'" Subject: RE: Tcl parser Date: Wed, 08 Aug 2001 16:49:00 -0000 Message-id: <34168E9E775CD411A4430000F80768621B4432@unclassfs03.rlmsystems.com.au> X-SW-Source: 2001-q3/msg00096.html > 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