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
rkirsling/formula-parser
A parser class for simple formulae.
RemuLang/remu-operator
Customized precedences and associativities for binary operators of a modular programming language
stagas/minipratt-js
port of https://github.com/matklad/minipratt to JavaScript
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.
avnomad/dop-parser
An operator precedence parser variation that adds a disambiguation step in order to support overloaded fixities, juxtaposition and other features.
jarekt/expr_calc
A simple interpreter based calculator with operator precedence
ksaveras/math-calculator
Simple math expression parser and a calculator.
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.
WimJongeneel/fs-math-interpreter
Interpreter for algebraic expressions with proper operator precedence