cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 28 Sep 2025 18:56:01 +0100
changeset 994 35db8ee453c0
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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