cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 17 Oct 2025 11:20:49 +0100
changeset 1010 ae9ffbf979ff
parent 978 8778d23fef92
permissions -rw-r--r--
updated




def test_string(prog: String) = {
  val tks = tokenise(prog)
  tks
}