operator-precedence

There are 11 repositories under operator-precedence topic.

  • tdop/tdop.github.io

    Reprinting Vaughan Pratt's Paper on Top Down Operator Precedence Parsing

    Language:HTML1156621
  • rkirsling/formula-parser

    A parser class for simple formulae.

    Language:JavaScript10405
  • RemuLang/remu-operator

    Customized precedences and associativities for binary operators of a modular programming language

    Language:Python4300
  • stagas/minipratt-js

    port of https://github.com/matklad/minipratt to JavaScript

    Language:TypeScript330
  • lewisakura/100-test

    A math question that evaluates to 100. Designed to test operator precedence.

  • anserwaseem/infix-to-postfix

    Stack implementation with conversion of Infix expression to Postfix.

    Language:C++1100
  • avnomad/dop-parser

    An operator precedence parser variation that adds a disambiguation step in order to support overloaded fixities, juxtaposition and other features.

    Language:D1200
  • jarekt/expr_calc

    A simple interpreter based calculator with operator precedence

    Language:C00
  • ksaveras/math-calculator

    Simple math expression parser and a calculator.

    Language:PHP20
  • 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.

    Language:Python
  • WimJongeneel/fs-math-interpreter

    Interpreter for algebraic expressions with proper operator precedence

    Language:F#20