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