becoming-a-compiler-engineer-codes icon indicating copy to clipboard operation
becoming-a-compiler-engineer-codes copied to clipboard

方舟编译入门技术课程的配套代码

becoming-a-compiler-engineer-codes

方舟编译入门技术课程的配套代码

如何使用本仓库?

git clone xxx
# 可以看到很多不同助教独立的代码提交
git branch -av
# 切入某一个助教的代码,开始查看,例如
git checkout sunyueying
# 或者开始你自己的代码
git checkout -b your-name-or-feature
# Let's Hack!
···

可以参考的学生作业

https://github.com/wenwensong114/scanner