VBScript parser for .NETParses VBScript program into an abstract syntax tree.Examplevarparser=newVBScriptParser(@"dim s: s = ""hello"": msgbox s");varprogram=parser.Parse();