Code parser is a python web application that parses SAS code, more language can be added in the future, and returns a webpage that shows the details in graphical form.
This project is build using the below frameworks.
Follow below instructions to run this project on your system.
You only need python & virtualenv installed on your system.
- Clone the repo
git clone https://github.com/harishbisht29/code-parser.git
- Install python libraries
pip install -r requirements.txt
- Run server
python main.py
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Name - Harish Singh
Email- harisbisht29@gmail.com
Project Link: https://github.com/harishbisht29/code-parser