solution/cw5/fun_parser.sc
changeset 867 54bcd848d716
parent 864 b5b1bc0a603b
child 868 8fb3b6d3be70
--- 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))