
Students will be introduced to what compilers are, examples of compilers, and what this course will be going over.
Students will know that this course will be going over making a compiler in Python as well.
Students will be able to learn what a lexical analyzer is and their basic job.
Students will be able to learn arithmetic operators and their values in calculations.
Students will be able to learn decimal numbers and binary numbers, along with scanning through text.
Students will see how a lexical analyzer is built in Python.
Students will learn what parsers are and their basic job.
Students will be able to learn what binary trees are and their properties.
Students will be able to learn what operator precedence is and their value.
Students will be able to learn how to create grammar and its value in the parser.
Students will learn how a parser is created in Python.
Students will be able to learn what an interpreter is and its basic job.
Students will be able to learn how AST Interpreter is used to execute source code.
Students will learn how to create an interpreter in Python.
Students will recap Basic Compiler Design.
Welcome to the course "Learn Basic Compiler Design".
You will be taught the essential and basic steps of a compiler.
You are also offered a free Python code of an example "Math interpreter/calculator" written in the style of a compiler/interpreter.
If you are a beginner, and you are starting compiler design, this course is the one for you. This course tries to teach at the most basic and simple level at best, and it does not try to create too much complexity for beginners.
Objective:
The objective is to explore the data structures and necessities involved in the creation and design of compilers.
Outcome:
After completion of this course, each student will understand the steps and process of a basic compiler.
What will you learn:
Lexical Analyzer
Numbers (like Binary Numbers)
Operations
Parser (Binary Trees, Expression Trees)
Grammar
Interpreter (Abstract Syntax Tree Interpreter)
Important information before you enroll:
This course is COMPLETELY FREE, meaning you don't have to pay ANYTHING to use this course.
When you are enrolled in this course, you have lifetime access to the course.
You will have instant and free access to any updates I add to the course.
Come and join this course, with a free learning experience of compiler design.