Am Sonntag, 26. September 2010 11:26:39 schrieb wangzhiwen:
> Dear [email protected] :
>
>    I  don't find the  define of  naslparse()  , please help me, very thanks

The naslparse() function is actually a define of the yyparse() function 
provided by the Bison parser generator. To put it simply, Bison is used to 
build a parser from the nasl/nasl_grammar.y input file. Once you have 
executed the "make" command, you can find the generated files in 
nasl/nasl_grammar.tab.h and nasl/nasl_grammar.tab.c.

For more information on Bison, please see http://www.gnu.org/software/bison/ .

If you have any other questions that go beyond the scope of NASL script 
development, please post your questions to the openvas-devel mailing list.

Regards,

Michael

-- 
Michael Wiegand |  Greenbone Networks GmbH  |  http://www.greenbone.net/
Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner

_______________________________________________
Openvas-plugins mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-plugins

Reply via email to