https://github.com/muthhukumar/interpreter
Interpreter Implementation in Rust and TypeScript
https://github.com/muthhukumar/interpreter
interpreter rust rust-lang typescript
Last synced: about 2 months ago
JSON representation
Interpreter Implementation in Rust and TypeScript
- Host: GitHub
- URL: https://github.com/muthhukumar/interpreter
- Owner: muthhukumar
- License: mit
- Created: 2023-06-04T10:26:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T16:01:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T03:48:44.101Z (4 months ago)
- Topics: interpreter, rust, rust-lang, typescript
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interpreter Implementation in Rust and TypeScript
This repository contains an implementation of an interpreter in Rust and TypeScript, based on the book [https://interpreterbook.com/](https://interpreterbook.com/). The book serves as a comprehensive guide on building an interpreter, and this project aims to apply the concepts and techniques discussed in the book to create a functional interpreter.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to use and modify the code for your own purposes.