aboutsummaryrefslogtreecommitdiffstats
path: root/1-lexer.md
diff options
context:
space:
mode:
authorm8pple <dt10@imperial.ac.uk>2017-02-03 16:13:57 +0000
committerGitHub <noreply@github.com>2017-02-03 16:13:57 +0000
commit7c188eff520dc659f2ba324e0eb85174ea318c86 (patch)
treece5aca07d196d72989a8d1aa8922114c1971721d /1-lexer.md
parentb42d4b5940b28093d941c117ff376b556917c43e (diff)
downloadCompiler-7c188eff520dc659f2ba324e0eb85174ea318c86.tar.gz
Compiler-7c188eff520dc659f2ba324e0eb85174ea318c86.zip
Note about compilation runs.
Diffstat (limited to '1-lexer.md')
-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
------------