For a couple of these you will need to draw a tree as there are multiple calls happening from some of the parse methods. (a) “Hello World” (b) (c) (42) (d) (42 “Hi”) (e) ( (42) “Hi” ‘ 13)
2. [15 marks] Implement the production methods in Scheme Parser. java as described above. A runner Runner. Java for the parser is also provided for you to explore and test your parser. This runner will also be used by the marker to test your implementation.