57 Due Date: 15 days later Project Title: A Lexical Analyzer for simpleJava tokens After forming a group of not more than five students, you need to write a JavaCC file “ SJava.jj ”that create a lexical analyzer for simpleJava tokens Study chapter 2 and JavaCC completely to figure out how to design, implement and test your lexical analyzer. Hand in & Email me (
[email protected]): Your SJava.jj program Your compilation results (outputs) with javacc and javac commands Your testing results (outputs) with javaTokenTest <filename> command Your input files for testing the TokenTest program. A README file to describe the steps to run and test your programs.