Burpee is an educational interpreted programming language crafted with a Pratt's Parser π οΈ. Inspired by the book "Writing An Interpreter In Go" by Thorsten Ball π, this project aims to provide a hands-on understanding of language design and interpreters.
- π Simple syntax for easy understanding
- π οΈ Built using Pratt's Parser for effective parsing techniques
- π An interpreted language, perfect for educational purposes
This language takes its inspiration from the insightful book "Writing An Interpreter In Go" by Thorsten Ball. We recommend reading it for an in-depth understanding of interpreters and language design.