compiler-2020-labs icon indicating copy to clipboard operation
compiler-2020-labs copied to clipboard

Compiler 2020 cource of USTC labs

实验说明

请fork此repo到自己的仓库下,随后在自己的仓库中完成实验,请确保自己的repoPrivate

目前已布置的实验:

  • lab1
    • DDL : 2020/10/13, 23:59:59
  • lab2
    • DDL : 2020/10/30, 23:59:59
  • lab3
    • DDL : 2020/11/16, 23:59:59
  • lab4
    • DDL : 2020/12/07, 23:59:59
  • lab5
    • DDL-Phase1 :2020/12/21 23:59:59 (北京标准时间,UTC+8)
    • DDL-Phase2 :2021/01/04 23:59:59 (北京标准时间,UTC+8)

FAQ: How to merge upstream remote branches

In brief, you need another alias for upstream repository (we assume you are now in your local copy of forked repository on Gitlab):

(shell) $ git remote add upstream http://222.195.68.197/staff/2020fall-compiler_cminus.git

Then try to merge remote commits to your local repository:

(shell) $ git pull upstream master

Then synchronize changes to your forked remote repository:

(shell) $ git push origin master

License

Because the repo contains code from TAs, who have not licensed the code under an open source license, but only allowed us to public the code, the repo is only public for learning.

ALL RIGHTS ARE RESERVED.