coco

v0.1.0-alpha
A simple Scheme interpreter that implements a subset of R5RS. Built in Haskell as an exercise project. Heavily refrences this book. Runs as an interactive interpreter or takes a .scm file as an argument.
$ make run # (interactive)
$ stack exec coco-exe -- FILENAME ARG1 ARG2 ARG3 # (run file w/ args)
Made with by Mariam Maarouf