Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazyparser/becoming-a-compiler-engineer-codes
方舟编译入门技术课程的配套代码
https://github.com/lazyparser/becoming-a-compiler-engineer-codes
Last synced: 1 day ago
JSON representation
方舟编译入门技术课程的配套代码
- Host: GitHub
- URL: https://github.com/lazyparser/becoming-a-compiler-engineer-codes
- Owner: lazyparser
- License: apache-2.0
- Created: 2019-12-12T05:34:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T05:28:42.000Z (about 4 years ago)
- Last Synced: 2024-08-02T07:02:11.080Z (3 months ago)
- Size: 24.2 MB
- Stars: 32
- Watchers: 5
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# becoming-a-compiler-engineer-codes
方舟编译入门技术课程的配套代码如何使用本仓库?
```bash
git clone xxx
# 可以看到很多不同助教独立的代码提交
git branch -av
# 切入某一个助教的代码,开始查看,例如
git checkout sunyueying
# 或者开始你自己的代码
git checkout -b your-name-or-feature
# Let's Hack!
···可以参考的学生作业
https://github.com/wenwensong114/scanner