A web-based Go interpreter playground built from scratch in Go. This project serves as both a learning resource and a live demonstration of a custom interpreter.
- Interactive Interpreter: Write and execute Go-inspired scripts directly in the browser.
- Responsive Design: Optimized for both desktop and mobile devices.
- Open Source: The backend is written in Go, and the frontend is served via GitHub Pages.
Live demo: https://tanvirtian.github.io/playground
This project is part of a series documenting the process of building an interpreter from scratch in Go. You can follow along with the series in the go-interpreter-series repository.