InteractivePrompt
InteractivePrompt copied to clipboard
A C# REPL for .NET projects
Hi Is there a way to embed the interactive prompt in a winforms app ? My aim is to have an interactive console in my application such as the c#...
Would it be possible for the call to exit the Run loop (Environment.Exit(0)) today to instead be a lamda. Im my case I ideally do not want the process to...
When no results are returned from an eval, the "prompt" text will be improperly indented. See below. 
When the BufferHeight is filled with text (text goes to bottom of console), and we utilize "Shift/Alt + Enter" to go to a newline, the program crashes because of ```...
 
When using tmux with a vertical split, InteractivePrompt crashes when the buffer runs over into a new line. ``` Unhandled Exception: System.ArgumentOutOfRangeException: Value must be positive and below the buffer...