AI, Data Science & Cloud Certificates from Google, IBM & Meta
Start speaking a new language. It’s just 3 weeks away.
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
Explore the process of creating a programming language using JavaScript in this 25-minute JSConf talk by Zach Carter. Delve into the fundamentals of JavaScript, interpreters, compilers, and parsers. Learn about syntax, parser generators, and grammar while understanding the intricacies of JSON and basic syntax structures. Discover techniques for moving the parsing window and ignoring white space. Gain practical insights through examples and a discussion on tokenizers. Access accompanying slides and additional information from the provided GitHub repository to enhance your understanding of language development concepts.
Syllabus
Introduction
What is JavaScript
What is an interpreter
What is a compiler
What is a parser
Syntax
Parser Generator
Grammar
JSON
Moving the window
Basic syntax
Ignore white space
Example
Tokenizer
Taught by
JSConf
Reviews
4.0 rating, based on 2 Class Central reviews
Showing Class Central Sort
-
easy to understand, the presentation of the material really helped me to understand what was being conveyed
-
This course was a fantastic introduction to building a programming language from scratch using JavaScript. The instructor explained complex compiler and interpreter concepts in a very simple and engaging way. I especially appreciated the hands-on approach—writing each component step by step helped me gain a deep understanding of how programming languages work internally. The use of JavaScript made the learning curve manageable for someone already familiar with the language. I highly recommend this course to anyone interested in language design or just looking to stretch their programming skills.