0
NASL Interpreter
I’ve been doing some work on the NASL interpreter the last couple of days. I did some minor code cleanup and I’ve started on creating stubs for the built-in functions.
As it stands today, the interpreter can take .nasl scripts and run them through a parser and lexer based on the NASL grammar. The functions [...]