lakitu / CS320-lakitu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS320-2023-Fall

For teaching BU CAS CS320 (sections A1 and B1): Concepts of Programming Languages

Mirroring this repository

Please create a private repository that mirrors this one and update frequently.

Step 1:

Please clone the class repository:

git clone https://github.com/hwxi/CS320-2023-Fall

Step 2:

Please create a repository of your own. For instance, the following one is created for my own use:

https://github.com/hwxi/CS320-2023-Fall-hwxi

Then please mirror-push the class repo into your own repo:

cd CS320-2023-Fall
git push --mirror https://github.com/hwxi/CS320-2023-Fall-hwxi
git clone https://github.com/hwxi/CS320-2023-Fall-hwxi
cd CS320-2023-Fall-hwxi
git remote add upstream https://hwxi@github.com/hwxi/CS320-2023-Fall.git

Step 3:

Please remember to sync with the class repo frequently:

git fetch upstream
git merge upstream/main main

About


Languages

Language:OCaml 87.8%Language:Python 9.8%Language:TeX 1.6%Language:Shell 0.4%Language:Standard ML 0.2%Language:Makefile 0.2%