Skip to content

Magicianred/vbscript-parser

 
 

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();

About

VBScript parser for .NET

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%