Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 277 Bytes

readme.md

File metadata and controls

4 lines (3 loc) · 277 Bytes

REPL MVC

This is a basic model-view-controller framework for use in creating REPL (read-execute-print-loop) command-line applications. For a sense of how to use it, look in the test project.

In hindsight, this isn't really a REPL. I'm not sure what to call it, though.