Coder Social home page Coder Social logo

josecep / compiler-principle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dengking/compiler-principle

0.0 0.0 0.0 32.66 MB

Note of book Compilers Principles, Techniques and Tools Second Edition

Home Page: https://dengking.github.io/compiler-principle/

License: Apache License 2.0

Python 100.00%

compiler-principle's Introduction

compiler-principle

Compilers Principles, Techniques and Tools Second Edition(aka dragon book) is really an amazing book, as mentioned in Chapter 1 Introduction

This book is is about how to design and implement compilers. We shall discover that a few basic ideas can be used to construct translators for a wide variety of languages and machines. Besides compilers, the principles and techniques for compiler design are applicable to so many other domains that they are likely to be reused many times in the career of a computer scientist. The study of compiler writing touches up on programming languages, machine architecture, language theory, algorithms, and software engineering.

As mentioned in the paragraph above, the study of compiler is an interdiscipline involving computer science(programming languages, machine architecture, algorithms, and software engineering) and language theory, so the book may be hard to understand if lacking experience in programming, grasp of common data structure(especially tree which is mainly used in the front end, graph which is mainly used in the back end) and algorithms(especially recursion).

The language theory in the paragraph above mainly refers to the formal language theory, I have create a repository Automata-and-formal-language to record my knowledge of formal language theory and automata theory. A basic understanding of these theories will help understand the book.

The data structure mentioned in the book can be found in my repository data-structure.

The algorithm mentioned in the book can be found in my repository algorithm.

Beside the book, this repository also contain some material supplemented to help understand.

compiler-principle's People

Contributors

dengking avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.