aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorm8pple <dt10@imperial.ac.uk>2017-01-27 12:50:11 +0000
committerGitHub <noreply@github.com>2017-01-27 12:50:11 +0000
commite78934877daa8f0fdb8c67e063724af26c20670e (patch)
treec8db41ec4c0f561ad50068b7dfcdf07520087031 /readme.md
parent8a5a4176880aad394b6f309b3e172fa0b2646fc8 (diff)
downloadCompiler-e78934877daa8f0fdb8c67e063724af26c20670e.tar.gz
Compiler-e78934877daa8f0fdb8c67e063724af26c20670e.zip
Feb->Mar mistake. Thanks to @dog1996. Closes #1.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6583f0a..94aa8ce 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,7 @@ The module code deliverables come in three parts:
-------------------------------|-------------|--------|------------------------------------
[1-lexer.md](1-lexer.md) | Tue 7th Feb | 10% | A C lexer that produces JSON output
[2-parser.md](2-parser.md) | Tue 7th Mar | 10% | A (restricted) C parser that produces XML output
-[3-compiler.md](3-compiler.md) | Tue 28th Feb | 50% | The final C compiler
+[3-compiler.md](3-compiler.md) | Tue 28th Mar | 50% | The final C compiler
You will all get a bare private repository. It is up to you
if you want to clone the master specification, or to start from