cw2_marking/c1.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 17 Sep 2025 15:11:48 +0100
changeset 986 68b1a84efce6
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))