cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 28 Sep 2025 14:06:57 +0100
changeset 993 9a85924835c0
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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