Context-Free Grammars - LL(k) Grammars
Offered By: Write your own Operating System via YouTube
Course Description
Overview
Learn about translating Context-Free Grammars into deterministic, fast parsers and compilers in this comprehensive video lecture. Explore the process of creating a hand-written parser for arithmetic expressions, understanding the concepts of nondeterminism, recursive descent, and left recursive rules. Dive into topics such as regular expressions, creating context-free grammars, using nonterminals, and handling forward declarations. Gain valuable insights into parser development and grammar translation techniques to enhance your understanding of compiler design and implementation.
Syllabus
Introduction
Parser
Regular Expressions
Nondeterminism
Creating a contextfree grammar
What we need to do
Using nonterminals
Recursive descent
Vital Statistics
Left Recursive Rules
Left Recursive Code
Handling
Offset
Forward declaration
Taught by
Write your own Operating System
Related Courses
Programming LanguagesUniversity of Virginia via Udacity Compilers
Stanford University via Coursera Compilers
Stanford University via edX Introduction to Natural Language Processing
University of Michigan via Coursera Advanced Software Construction in Java
Massachusetts Institute of Technology via edX