Skip to content

A set of Read-Evaluate-Print Loops (REPL) targeting .NET Standard.

License

Notifications You must be signed in to change notification settings

MarcoDorantes/repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repl

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.

What is an input class?

(pending; in the meanwhile, check the Switch - argument parser v3.7.pdf document downloaded as part of the nSwitch package.)

What is an input instance?

(pending; in the meanwhile, check the Switch - argument parser v3.7.pdf document downloaded as part of the nSwitch package.)

Simple use cases

(pending; in the meanwhile, check the test cases at the repl.spec project and also the repl.app1 sample application.)

About

A set of Read-Evaluate-Print Loops (REPL) targeting .NET Standard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages