AngelScript
Commandline runner

Path: /sdk/samples/asrun/

This samples gives a very basic commandline executer for AngelScripts. It currently doesn't allow the user to do very much as it is just a sample, but serves as a good foundation for building a useful commandline tool.

It also implements a fully functional commandline debugger, with support for setting breakpoints, stepping through the code, examining variables, etc.