// for testing compilation import $file.cw02 import cw02._ assert(tokenise("read n;") == List(T_KEYWORD("read"), T_ID("n"), T_SEMI))