solution/cw5/fun_parser.sc
changeset 867 42256f8cc2b7
parent 864 a24633510c0a
child 868 b0acb8741b16
--- a/solution/cw5/fun_parser.sc	Thu Dec 30 19:37:34 2021 +0100
+++ b/solution/cw5/fun_parser.sc	Mon Jan 10 23:52:51 2022 +0000
@@ -200,7 +200,7 @@
 
 // Reading tokens and Writing parse trees
 
-import ammonite.ops._
+//import ammonite.ops._
 
 def parse_tks(tks: List[Token]) : List[Decl] = {
   //println(Prog.parse(tks))