cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 11 Dec 2025 12:34:03 +0000
changeset 1036 b84e794b9e88
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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