aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--1-lexer.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/1-lexer.md b/1-lexer.md
index 34b6c8d..b75d451 100644
--- a/1-lexer.md
+++ b/1-lexer.md
@@ -5,6 +5,21 @@ Your program should accept C source code on
`stdin` and write the tokens out to `stdout`
in [JSON](http://www.json.org).
+Informal compilation runs
+-------------------------
+
+I'll do some compilation-only runs, which simply check that
+your submission compiles and doesn't immediately crash. The
+points at which I'll grab hashes from blackboard is:
+
+- Sunday 5th Feb, 22:00
+
+- Monday 6th Feb, 22:00
+
+These runs will not help you debug your lexer, they are
+only to give you some peace-of-mind that your build
+automation is correct.
+
Input format
------------