cw5_marking/c1_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 05 Sep 2025 16:59:48 +0100
changeset 981 14e5ae1fb541
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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