CS142 Compilers Assignments Solutions
课程官网:http://web.stanford.edu/class/cs143/
视频资源:https://learning.edx.org/course/course-v1:StanfordOnline+SOE.YCSCS1+3T2020/home
# Powershell
./start-env.ps1
# docker run --name cool -td --rm --mount type=bind,source=$($PSScriptRoot),destination=/mnt youngyee/coolenv
# Ubuntu
bash ./start-env.sh
见 edX 每章 Assignment #X 模块