https://github.com/linkdd/lispers
Educational project: How to implement a Lisp interpreter in Rust?
https://github.com/linkdd/lispers
interpreter lisp lisp-interpreter programming-language rust
Last synced: about 1 month ago
JSON representation
Educational project: How to implement a Lisp interpreter in Rust?
- Host: GitHub
- URL: https://github.com/linkdd/lispers
- Owner: linkdd
- License: mit
- Created: 2023-03-02T22:29:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T11:10:02.000Z (about 2 years ago)
- Last Synced: 2025-03-20T17:05:22.914Z (about 2 months ago)
- Topics: interpreter, lisp, lisp-interpreter, programming-language, rust
- Language: Rust
- Homepage: https://david-delassus.medium.com/writing-a-simple-lisp-interpreter-in-rust-91dd32ea4d8f
- Size: 21.5 KB
- Stars: 33
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# lispers
Educational project: How to implement a Lisp interpreter in Rust?
[Read the article](https://david-delassus.medium.com/writing-a-simple-lisp-interpreter-in-rust-91dd32ea4d8f)
## Build & Run
```
$ cargo build
$ cargo run -- -i examples/hello-world.lisp
```## License
This project is released under the terms of the [MIT License](./LICENSE.txt).