Welcome to the Building Your Own Programming Language course!
Before starting the course, please have VSCode or another code editor installed. Make sure to install the testing framework jest.
yarn add --dev jest
OR
npm install --save-dev jest
Each branch covers different concepts discussed during the course. Branches 4 and 6 have solutions to exercises covered in previous branches. the final version of the project is on branch 10-finalversion.
This course was written and recorded by Frontend Masters. The code here is licensed under the Apache 2.0 license and the course notes are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license.
Pull requests are welcome!