Skip to content

benbellick/SchemeRepl

Repository files navigation

Scheme REPL / Interpreter

This is a basic Scheme REPL which follows this tutorial.

To begin the interactive REPL, run with no commands the following:

stack run

To execute only a single expression, run the following:

stack run "{expr}"

Note that the proper way to pass the expression in is environment dependent. It is up to the user to properly escape necessary characters (e.g. quotes).

About

Basic interpreter for Scheme written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published