File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Compiler Design Starter Code
22
3+ > [ !IMPORTANT]
4+ > Try to get something working as early as possible.
5+ > If anything breaks, let us know on moodle.
6+
37This repository contains starter code for the Compiler Design course 2025.
48The code can be found in the ` java ` and ` haskell ` branches.
59
610There are several options how you can access the code:
711
8- ## Forking (recommended)
12+ ## Using this Template (recommended)
913
1014This is a template repository.
1115That means you will find a fancy "Use this template" button on the top right.
1216By creating a new repository from that, you are almost ready to go.
1317You will receive further instructions once you got that part right and the GitHub Action
1418had time to run.
1519
20+ > [ !TIP]
21+ > This might take a few seconds. You will need to reload the page to see the changes.
22+
1623## Downloading a ZIP File
1724
1825You can also directly download a ZIP file containing the starter code.
@@ -24,4 +31,3 @@ Then, you can use the integrated `Download ZIP` button.
2431
2532You can obviously also just clone this repository and push its content to wherever you want.
2633If you plan to do that, you likely know what you're doing.
27-
You can’t perform that action at this time.
0 commit comments