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
Programming LanguagesUniversity of Virginia via Udacity Compilers
Stanford University via Coursera Programming Languages, Part A
University of Washington via Coursera CSCI 1730 - Introduction to Programming Languages
Brown University via Independent Intro to Java Programming
San Jose State University via Udacity