Skip to content

muthhukumar/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/. 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. Feel free to use and modify the code for your own purposes.