Skip to content

Commit a7cd9af

Browse files
Update README.md
1 parent 2114194 commit a7cd9af

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2023/24 Compilers Coursework
1+
2024/25 Compilers Coursework
22
==============================
33

44
There are two components to the coursework:
@@ -18,7 +18,7 @@ Each group gets a bare private repository. It is up to you if you want to clone
1818
Submission
1919
==========
2020

21-
The deadline for submitting your C compiler is **Friday 22 March 2024 at 23:59**. There is no deadline for the project management component; instead, this will be assessed by a short oral viva that will be organised in Summer term.
21+
The deadline for submitting your C compiler is **Friday 21 March 2024 at 15:00**. There is no deadline for the project management component; instead, this will be assessed by a short oral viva that will be organised in Summer term.
2222

2323
Submission will be via GitHub (code) and Teams (commit hash), as in the labs.
2424

@@ -66,9 +66,4 @@ Changelog
6666
Acknowledgements
6767
================
6868

69-
* The coursework was originally designed by [David Thomas](https://www.southampton.ac.uk/people/5z9bmb/professor-david-thomas), who lectured this module until 2017-18. It is nowadays maintained by [John Wickerson](https://johnwickerson.github.io/), to whom any feedback should be sent.
70-
* Thanks to [Yann Herklotz](https://yannherklotz.com/) for making various improvements to the compiler-testing scripts.
71-
* Thanks to [Archie Crichton](https://www.doc.ic.ac.uk/~ac11018/) for providing a basic "getting started" compiler.
72-
* Thanks to [James Nock](https://www.linkedin.com/in/jpnock) for overhauling the scripts for configuring the development environment, for writing detailed instructions for setting this up on various operating systems, and for creating GitHub actions capable of automatically testing compilers.
73-
* Thanks to [Quentin Corradi](https://www.imperial.ac.uk/people/q.corradi22) for setting up coverage testing and writing a getting-started guide for that.
74-
* Thanks to [Filip Wojcicki](https://www.linkedin.com/in/filip-wojcicki) for overhauling the coursework specification and providing a new getting-started guide.
69+
The coursework was originally designed by [David Thomas](https://www.southampton.ac.uk/people/5z9bmb/professor-david-thomas), who lectured this module until 2017-18. It is nowadays maintained by [John Wickerson](https://johnwickerson.github.io/), to whom any feedback should be sent. I'd like to thank Quentin Corradi, Archie Crichton, Yann Herklotz, William Huynh, James Nock, Simon Staal, and Filip Wojcicki for making many contributions to this repository over several years, such as improving the compiler-testing scripts, providing a basic "getting started" compiler, writing instructions for setting up development environments on a variety of operating systems, configuring automation using GitHub actions, and setting up coverage testing.

0 commit comments

Comments
 (0)