Introduction to Compiler Construction & Design

所在平台: Udemy

课程主页: https://www.udemy.com/course/introduction-to-compiler-construction-and-design/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** 编译器构造与设计入门 **课程概述:** 本课程旨在帮助您从零开始,循序渐进地掌握编译器构造的关键概念。编译器是将高级编程语言(如 `int a = 10 + 10`)转化为汇编语言或机器代码的程序。编译器通常分多个阶段完成这一转换过程。 许多现有的编译器教材和在线课程要么过于冗长,要么过于简略,要么侧重于理论而忽略实践,要么充斥着令人望而生畏的代码。因此,许多计算机科学专业的学生在学习编译器构造时感到困难。 本课程的创建者是一位计算机科学专业的学生,他希望通过一种简单易懂、深入浅出的方式教授编译器构造和设计。本课程特别适合那些在学习这门学科时经常遇到困难的学生,以及初次接触编译器设计领域的学习者。 **课程内容:** 本课程将以一种易于理解的方式教授编译器构造和设计的所有概念,让您能够轻松掌握编译器的各个阶段: 1. **词法分析阶段** 2. **语法分析阶段** 3. **语义分析阶段** 4. **代码生成阶段** **课程价值:** 加入本课程,您将获得最佳的学习体验,不仅能深入理解编译器构造,还能以全新的视角掌握高级语言和汇编语言的核心知识。

课程评论(0条)

课程详情

Welcome to the course of Compiler Construction from scratch!!!!Mastering the concepts of Compiler Construction is very important to get started with Computer Science because Compiler is a program which translate higher level language code like ( int a = 10 +10) to assembly language code or direct to machine code. Compiler do this job of converting higher level language code to assembly code in many phases. There are many books and online courses available in market on compiler construction and design, but as my personnel experience as a student of computer science, many of them are too lengthy or short, many of these books are covering only Theoretical Aspect of the course, and many of them only full with lots of headache code. Therefore, I often felt difficulties in choosing the right book or online course for learning the compiler construction course. Therefore, I decided to prepare an online video course for the students of computer science to cover the concept of compiler construction and compiler design in a very easy and descriptive way. I prepare this course only for those students who fell always difficulties in learning this subject and for those who wish to learn compiler design for the first time.In this course, every concept of Compiler Construction and Compiler Design is taught in an easy way. you will be able to go through all phase of Compiler design in an easy and understandable way. You will learn all the phases of compiler:1. Lexical analysis phase2. Syntax analysis phase3. Semantic analysis phase4. Code generation phaseSo, come and join me if you are really want to learn compiler construction course, I assure you that you will have the BEST LEARNING EXPERIENCE of not just Compiler Construction but also the core of Higher Level Languages and assembly level language in a different dimension.

课程标签

0人关注该课程

主题相关的课程