Racket interpreter implemented in Clojure
To run the project, you need to have Leiningen installed.
lein run: Executes the project.lein test: Runs the project tests.
To read a Racket file, you should execute the command lein run and then type in the REPL:
If you want to read the file demo.rkt:
(enter! "demo.rkt")If you want to read the file jarras.rkt:
(enter! "jarras.rkt")Then, you can proceed with:
(breadth-first bc)