diff -r 89418980c19d -r 54bcd848d716 solution/cw5/fun_parser.sc --- 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))