colinaaa / cs143

laboratory assignments of cs143-Compilers
The Unlicense
16 stars 4 forks source link
compiler cool cs143

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:

Lexical Analysis and Finite Automata

Parsing

Semantic Analysis and Types

Runtime Systems and Code Generation

Optimization

Advanced Topics: Register Allocation, Garbage Collection

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