An open API service indexing awesome lists of open source software.

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

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.