cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 07 Oct 2025 12:47:20 +0100
changeset 1001 18b411abd307
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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