GithubHelp home page GithubHelp logo

lssssj / cs143 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from colinaaa/cs143

0.0 0.0 0.0 13.4 MB

laboratory assignments of cs143-Compilers

License: The Unlicense

Shell 0.97% C++ 30.10% Perl 29.62% C 0.82% Java 8.82% Common Lisp 0.01% Makefile 2.40% Cool 1.02% HTML 24.59% Yacc 0.94% Lex 0.66% Dockerfile 0.06%

cs143's Introduction

Welcome to cs143 ๐Ÿ‘‹

Version License: Unlicense

laboratory assignments of cs143-Compilers

๐Ÿ  Homepage

Build

docker build -t colinaaa/cs143 .

Install

make install

Usage

 docker run -it -v (pwd):/root/cs143 --name cs143 colinaaa/cs143:latest

Readings

No textbook is required for the class, but if you would like to do some additional reading this page lists the relevant material from three popular texts:

  • Compilers: Principles, Techniques, and Tools (CPTT, aka "The Dragon Book") 2nd edition Aho, Lam, Sethi, and Ullman

  • Engineering a Compiler (EC) 2nd edition Cooper and Torczon

  • Modern Compiler Implementation (MCI) Appel, with Palsberg Note: there are versions of this book tailored to C and Java, as well as ML.

Lexical Analysis and Finite Automata

  • CPTT: Sections 3.1, 3.3, 3.4, 3.6, 3.7, 3.8
  • EC: Chapter 2 through Section 2.5.1 except for 2.4.4
  • MCI: Chapter 2

Parsing

  • CPTT: Sections 4.1-4.6, 4.8.1, 4.8.2
  • EC: Sections 3.1-3.5
  • MCI: Chapter 3

Semantic Analysis and Types

  • CPTT: Sections 5.1-5.3 6.3, 6.5
  • EC: Sections 4.1-4.4
  • MCI: Chapters 4 and 5

Runtime Systems and Code Generation

  • CPTT: Sections 6.2, 7.1-7.4, 8.1-8.3, 8.6
  • EC: Chapter 5, Sections 7.1-7.2
  • MCI: Chapters 6, 7, and 14

Optimization

  • CPTT: Sections 8.5, 8.7, 9.1-9.4
  • EC: Sections 8.1-8.4, 8.6, 9.1-9.3
  • MCI: Chapter 10

Advanced Topics: Register Allocation, Garbage Collection

  • CPTT: Sections 7.5-7.6, Section 8.8
  • EC: Sections 13.1-13.2, 13.4,
  • MCI: Chapters 11 and 13

Author

๐Ÿ‘ค Colin Wang

Show your support

Give a โญ๏ธ if this project helped you!

๐Ÿ“ License

Copyright ยฉ 2020 Colin Wang.
This project is Unlicense licensed.


This README was generated with โค๏ธ by readme-md-generator

cs143's People

Contributors

colinaaa 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.