In laboratory 5 you will create a lexer and parser combination for a simple calculator language using the Antlr parser generator tools. Using Antlr, you will create a Java based lexer and parser that reads in an expression from the command line and outputs the value of that expression. Additionally, you will learn to use the AntlrWorks tools to help debug your parser.