Building Your Own Programming Language
Master programming language design by creating your own language! Learn to break down programs into tokens and build abstract syntax trees. Develop an interpreter and transpile your language to JavaScript for seamless execution.
Learn the essential parts of programming language design! Through creating a new programming language, you’ll learn how to break down a program into its necessary elements: first into tokens through lexical analysis, and then into a traversable abstract syntax tree composed of those tokens.
You’ll also write an interpreter, and learn how to transpile your language to JavaScript to make it runnable.
User Reviews
Be the first to review “Building Your Own Programming Language”
You must be logged in to post a review.
×
There are no reviews yet.