cw2_marking/c1.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 19 Oct 2025 09:51:35 +0200
changeset 1012 c01dfa3ff177
parent 978 8778d23fef92
permissions -rw-r--r--
updated

// for testing compilation
import $file.cw02
import cw02._

assert(tokenise("read n;") == List(T_KEYWORD("read"), T_ID("n"), T_SEMI))