You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a study📖 initiative aimed at understanding how interpreters work. It was inspired by a tutorial series on YouTube that explains the process using the Go language.
⚠️ However, instead of using Go, I have chosen to implement the code in TypeScript and Bun.
To install dependencies:
bun install
To run:
bun .
About
Understanding how interpreters work by implementing a lexer and parser