nixvihari / Operator-Precedence-Parser

Parsers are used to verify the syntax of code or expressions. In this project we used the operator precedence parser algorithm to parse and check the validity of expressions. The backend of the application was built using Flask. The front uses Jinja templates to take the user input and render the parse table along with the steps.

Repository from Github https://github.comnixvihari/Operator-Precedence-ParserRepository from Github https://github.comnixvihari/Operator-Precedence-Parser

This repository is not active

About

Parsers are used to verify the syntax of code or expressions. In this project we used the operator precedence parser algorithm to parse and check the validity of expressions. The backend of the application was built using Flask. The front uses Jinja templates to take the user input and render the parse table along with the steps.


Languages

Language:Python 63.9%Language:HTML 32.5%Language:CSS 3.5%