cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 19 Oct 2025 09:51:35 +0200
changeset 1011 047349fdf163
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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