uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Pull request repl #48

Closed btwooton closed 6 years ago

btwooton commented 6 years ago

Here is the pull request for the start of the REPL implementation. Feel free to add to/change this and flesh out the implementation as you wish. The REPL is currently incredibly bare-bones and just tests the basic functionality of the core system (Parser, VM and Compiler).