cw5_marking/c1_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 07 Oct 2025 16:20:30 +0100
changeset 1002 9bb223540e34
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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