cw2_marking/c1.sc
changeset 978 8778d23fef92
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cw2_marking/c1.sc	Mon Feb 03 12:34:38 2025 +0000
@@ -0,0 +1,5 @@
+// for testing compilation
+import $file.cw02
+import cw02._
+
+assert(tokenise("read n;") == List(T_KEYWORD("read"), T_ID("n"), T_SEMI))