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 1
1
# Compiler Design Starter Code
2
2
3
+ > [ !IMPORTANT]
4
+ > Try to get something working as early as possible.
5
+ > If anything breaks, let us know on moodle.
6
+
3
7
This repository contains starter code for the Compiler Design course 2025.
4
8
The code can be found in the ` java ` and ` haskell ` branches.
5
9
6
10
There are several options how you can access the code:
7
11
8
- ## Forking (recommended)
12
+ ## Using this Template (recommended)
9
13
10
14
This is a template repository.
11
15
That means you will find a fancy "Use this template" button on the top right.
12
16
By creating a new repository from that, you are almost ready to go.
13
17
You will receive further instructions once you got that part right and the GitHub Action
14
18
had time to run.
15
19
20
+ > [ !TIP]
21
+ > This might take a few seconds. You will need to reload the page to see the changes.
22
+
16
23
## Downloading a ZIP File
17
24
18
25
You can also directly download a ZIP file containing the starter code.
@@ -24,4 +31,3 @@ Then, you can use the integrated `Download ZIP` button.
24
31
25
32
You can obviously also just clone this repository and push its content to wherever you want.
26
33
If 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