cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 12 Oct 2025 12:50:16 +0100
changeset 1009 432d027aa6f7
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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