cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 19 Oct 2025 09:44:04 +0200
changeset 1010 adc61c55e165
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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