Parsing Parsers
Offered By: JSConf via YouTube
Course Description
Overview
Explore the intricacies of parsing in this conference talk from JSConf Hawaii 2020. Delve into the process of transforming code from characters in a file to computer-understandable instructions. Learn about the fundamental components of languages, from letters to grammars, and their role in conveying meaning. Discover the purpose and functionality of parsers, with a focus on building a search query parser using JavaScript. Follow along as the speaker guides you through the parser construction process, including tokenization and creating a data structure that represents the query, enabling UI development. Gain insights into the inner workings of programming languages and enhance your understanding of how computers interpret and execute code. Access the accompanying slides for visual reference and additional information.
Syllabus
Parsing Parsers - Jenna Zeigen | JSConf Hawaii 2020
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube