Build Programming Language. -- 2

Job ID: 33627096

Budget: $30 – $250 USD

I would like to build programming language by the pdf file.
I have attached the pdf file with enough description.
http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html
-------------------------------------------------------------------------------------
Start by implementing a program that accepts the path to a source file containing an arithmetic expression on any valid real numbers in infix notation. The program should be capable of parsing the contents of the input file, executing its expressions, and printing the product.
parser should – at a minimum – handle unary negation and binary addition, subtraction, multiplication, and division. With any combination of these arithmetic operators, your parser should be capable of producing correct outputs. Example inputs that you will want to test against include but are not limited to:
Related categories: Python Interpreter Computer Science