Gulp HTML Replace (gulp-html-replace) binding library for Bridge.NET projects.
Receive items from a sequence at specified time offsets
The RPL for your REPL. It's a REPL for Console Apps that features a command history, word completion, and basic shell nav. Just add your own prompt, startup message, and callback for handling the user input. More info at https://github.com/sorrell/InteractivePrompt
Elders.Cronus.Projections.Replay.Common
Package Description
A replacement service only for use with Telerik REPL for Blazor and BlazorSize. This is for demos only and should not be used outside of Telerik REPL for Blazor.
ConsoleFx Interactive Shell is a framework for building interactive command-line applications. It is built on top of the ConsoleFx Core framework and thereby supports all the command-line parsing features available in ConsoleFx Core. This is the code package for the ConsoleFx Interactive Shell. Use this package if you want embed the ConsoleFx Interactive Shell source code into your application instead of having a dependency on the assemblies. If you wish to reference the ConsoleFx Interactive Shell assemblies, then use the ConsoleFx.Shell package instead. Visit http://consolefx.codeplex.com/wikipage?title=Adv_Deployment for details on ConsoleFx deployment scenarios. Visit the project URL for documentation or download the full package to obtain the sample applications.
A command line prompt (i.e. a Console.ReadLine replacement) that provides syntax highlighting, autocomplete menus, history, and multi-line input.
A library containing a control to include a C# REPL in an AvaloniaUI application. For more information, see https://github.com/arklumpus/ScriptConsole
Library for building console menu. Allows to execute selected command with provided arguments.
Simple Repl library to help on developing a REPL console client
ConsoleFx Interactive Shell is a framework for building interactive command-line applications. It is built on top of the ConsoleFx Core framework and thereby supports all the command-line parsing features available in ConsoleFx Core. This is the binary package for the ConsoleFx Interactive Shell. Use this package if you want add the ConsoleFx Interactive Shell assembly references to your application. If you wish to embed the ConsoleFx Interactive Shell code in your application, then use the ConsoleFx.Shell.Code package instead. Visit http://consolefx.codeplex.com/wikipage?title=Adv_Deployment for details on ConsoleFx deployment scenarios. Visit the project URL for documentation or download the full package to obtain the sample applications.
A sample web REPL for scriptcs.exe
A high-performance brainf*ck interpreter and debugger
A C# REPL console that can be used to inspect the state of a console application.
Simple library that enables a basic REPL experience on a .NET Console application.
A small functional programming language for .NET. Its syntax is based on Python but whitespaces are ignored. Everything is an expression. The language runtime is embeddable, its AST is accesible and it compiles to portable pcode. There's an REPL you can play with and the project includes lots of unit tests. Example of factorial: f = lambda x: (x*f(x-1)) if x > 1 else 1; f(4) returns 24.0 See details, examples and instructions in the project site.
This script pack allows the structure of objects to be dumped from within the REPL or scripts. It utilises JSON.Net for serialisation. A number of options are provided: Object References (Include/Exclude) Output Format (PrettyPrint/Compact) Null Values (Include/Exclude)
A script pack for accessing Azure Media Services from scriptcs CSX script and scriptcs REPL
This allows you to manage your commands for the ScriptCs REPL
Parse command line or Supports console environment like REPL. Forked from https://github.com/NtreevSoft/CommandLineParser
Standard REPL for ClojureCLR.
This package contains the main compiler entry point for the Feersum Scheme compiler. Compile Scheme to a .NET Assembly! Feersum Scheme is a Scheme implementation that compiles to .NET. Feersum provides a command line tool for batch compliation, a Scheme REPL, and a .NET SDK for MSBuild support.
Package Description
This library provides a set of core types that Scheme programs compiled with the Feersum scheme compiler rely on at execution time. Feersum Scheme is a Scheme implementation that compiles to .NET. Feersum provides a command line tool for batch compliation, a Scheme REPL, and a .NET SDK for MSBuild support.
Package Description
This framework provides a simple, attribute-driven, low-code API for building text based interactive dialog. It can be used to build AI BOTs, CLIs and command line tools, workflow orchestrators, and other general command processing utilities! Find out more about Zaria.AI here: https://github.com/thinkmine/zaria.ai
Feersum Scheme Compiler .NET SDK. Use this to add scheme support to a dotnet project. Feersum Scheme is a Scheme implementation that compiles to .NET. Feersum provides a command line tool for batch compliation, a Scheme REPL, and a .NET SDK for MSBuild support.
This Class Library provides a Component needed for integration between BUnit and Telerik REPL for Blazor.
Feersum Scheme template pack. Feersum Scheme is a Scheme implementation that compiles to .NET. Feersum provides a command line tool for batch compliation, a Scheme REPL, and a .NET SDK for MSBuild support.
Parse command line or Supports console environment like REPL.
Convenience methods for printing type member information to console. Intended to be used on the scriptcs REPL.
Provides a low-scaffolding commandline processing approach that draws inspiration from the Web API family of products. 1. Apply the designated attributes to any methods that: - Is static - Has a bool return type 2. Call CommandLineProcessor.Initialize(); 3. Call CommandLineProcessor.Execute(string[]); or using console arguments or CommandLineProcessor.Execute(string); for REPL scenarios No other scaffolding required.
A REPL and code editor console application for RainLisp.
AliceScriptの実行環境です
Core logic for Csharpell (Csharp script engine).