VBScript parser for .NET Parses VBScript program into an abstract syntax tree. Example var parser = new VBScriptParser(@"dim s: s = ""hello"": msgbox s"); var program = parser.Parse();