Skip to content

FacuMastri/racket-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Racket Interpreter

Racket interpreter implemented in Clojure

Usage

To run the project, you need to have Leiningen installed.

  • lein run: Executes the project.
  • lein test: Runs the project tests.

Reading Racket Files

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)

About

Racket interpreter made in Clojure

Topics

Resources

License

Stars

Watchers

Forks

Contributors