Skip to content

A simple LISP-like interpreter written in Rust

Notifications You must be signed in to change notification settings

rosenbergm/lisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisper

A simple LISP-like interpreter written in Rust as a part of the Programming 1 course at MFF CUNI.

Docs

Available here.

Run

If you run lisper, you will be thrown into a REPL where you can try out the language.

To run a file containing Lisper code, run lisper <path to file>. You can check out the examples folder.

Development setup

You will need the Rust toolchain to compile this codebase. This will install cargo, the Rust package manager.

Building

Run cargo build to build an executable. No environment variables are needed.

Running from source

Run cargo run to run the program.

About

A simple LISP-like interpreter written in Rust

Resources

Stars

Watchers

Forks

Languages