Exposes the BadScript Runtime Functionality to Consumers.
Wrapper class for the console abstraction.
static Task< string > ReadLineAsync()
Reads a line from the console asynchronously.
static string ReadLine()
Reads a line from the console.
static void Write(string str)
Writes a string to the console.
Implements an Interactive Console for the BadScript Language.
void Run(IEnumerable< BadExpression > expressions)
Runs a set of Expressions.
Interactive Console Extensions for the BadScript Runtime.
static async Task RunInteractiveAsync(this BadRuntime runtime, IEnumerable< string > files)
static void RunInteractive(this BadRuntime runtime, IEnumerable< string > files)
Runs the Interactive Console.
The BadScript Task Runner.
static readonly BadTaskRunner Instance
The Task Runner Instance.
Contains a Console Abstraction Layer to be able to Simulate Console Input/Output over the Network.
Contains the interactive console Implementation.
Contains task/async Extensions and Integrations for the BadScript2 Runtime.