nRepl is a .NET Standard class library with basic support for Read-Evaluate-Print-Loops (REPL). That is, at this time, it provides a class method with a loop to play and to operate, interactively, a given set of input classes and input instances.
nRepl is built on top of nSwitch to provide a REPL loop over any input class or input instance operable with nSwitch.
(pending; in the meanwhile, check the Switch - argument parser v3.7.pdf document downloaded as part of the nSwitch package.)
(pending; in the meanwhile, check the Switch - argument parser v3.7.pdf document downloaded as part of the nSwitch package.)
(pending; in the meanwhile, check the test cases at the repl.spec project and also the repl.app1 sample application.)