cw3_marking/c3_add.sc
changeset 978 8778d23fef92
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cw3_marking/c3_add.sc	Mon Feb 03 12:34:38 2025 +0000
@@ -0,0 +1,8 @@
+
+
+
+def test_string(prog: String) = {
+  val tks = tokenise(prog)
+  val ast = Stmts.parse_all(tks).head
+  ast
+}