Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 802 Bytes

File metadata and controls

17 lines (12 loc) · 802 Bytes

Calculator_Parser_Using_YACC_LEX_PYTHON

Parser made using YACC and LEX in python to parse trivial mathametical calculation and to display answer using Flask and Html on a hosted webpage.

Template folder contains: HTML file

Main parser logic and flask api to render it to html is given in app.py file

refer to flask documentation to understand more about file structure.

STEPS To easily run full project to a local machine:

  1. Create a new environment
  2. Install all libraries with help of requirement.txt
  3. copy all other files
  4. run flask