cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 12 Oct 2025 12:50:16 +0100
changeset 1008 7431e391682f
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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