cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 17 Oct 2025 11:20:49 +0100
changeset 1009 7fd1997bd14c
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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