Simple Calculator (Lexer, Parser, and AST Evaluator) This is a simple learning project for creating a web based calculator that takes an expression, parses it, and returns the results. At the moment it only does simple integer expressions.