ganeshgirase/expression_parser
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# # Autohr: Ganesh Girase # # This is expression parser project written in programming language "Python" Prerequisite: 1. Python2.7 2. Python Package xml.etree.ElementTree Deployment Steps: 1. Place this project "expression_parser" under PYTHONPATH Running steps: You can run the project by any of following command Enter project directory named "expression_parser" python main.py --help = It will show help OR python main.py -i <input_file> OR python main.py -a <input_directory>