Skip to content
#

operator-precedence

Here are 20 public repositories matching this topic...

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.

  • Updated Sep 10, 2024
  • Python

Add this topic to your repo

To associate your repository with the operator-precedence topic, visit your repo's landing page and select "manage topics."

Learn more