From 7c188eff520dc659f2ba324e0eb85174ea318c86 Mon Sep 17 00:00:00 2001 From: m8pple Date: Fri, 3 Feb 2017 16:13:57 +0000 Subject: Note about compilation runs. --- 1-lexer.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '1-lexer.md') 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 ------------ -- cgit