Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: shunting-yard-algorithm

nikola-vukicevic/shunting_yard

Shunting yard implementacija - Projekat za II godinu škole programiranja (za starije, naprednije grupe)

Language: C# - Size: 29.3 KB - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

AKil47/cryptarithmetic

A multithreaded cryptarithmetic/cryptarithm solver written completely in Rust. The solver reads an equation that has its digits represented by letters and computes the letters using a simple DFS.

Language: Rust - Size: 16.6 KB - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

Motardo/calc

Javascript shunting yard algorithm to parse mathematical expressions and calculate the resulting value

Language: JavaScript - Size: 29.3 KB - Last synced: 2 days ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 1

dodobyte/algorithms

Some stand-alone algorithms implemented in Go

Language: Go - Size: 12.7 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

TrAyZeN/arith-eval

Evaluates arithmetic expressions

Language: Rust - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

Papunk/iOS-Calculator

iOS Calculator practice project

Language: Swift - Size: 1.77 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

echau01/ParametricCurveGrapher

A Java Swing application that plots parametric equations on the xy plane

Language: Java - Size: 45.9 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

timmyjose-compilers/shunting-yard-java

A shunting yard parser and evaluator in Java.

Language: Java - Size: 22.5 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

EmmanuelMess/Queue-and-Stack-ARM

Queue and stack in ARM ASM

Language: C - Size: 333 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

uemanon/rpn

Reverse Polish notation converter and calculator.

Language: Go - Size: 4.88 KB - Last synced: 20 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

ksaveras/math-calculator

Simple math expression parser and a calculator.

Language: PHP - Size: 37.1 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Leonidius20/ITP_S2_Lab3

Simple math interpreter which uses Shunting Yard algorithm

Language: C++ - Size: 27.3 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

adamprzywuski/Calculator

Calculator on Android which allows you calculate advanced operations

Language: Java - Size: 148 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

lambdacasserole/sugarsnap

Super generic and reusable shunting and parsing library.

Language: Java - Size: 37.1 KB - Last synced: about 2 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Woukiwoukiwa/go-calculator

Calculator based on shunting-yard algorithm whish is a method for parsing mathematical expressions specified in infix notation.

Language: Go - Size: 7.81 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 2

Raphencoder/ExpertSystem

The goal of this project is to make a propositional calculus expert system

Language: Python - Size: 639 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

JakeLane/shunting-yard-calculator

Infix Calculator with Dijkstra's Shunting-yard algorithm

Language: C++ - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 2 - Forks: 1

JOBBIN9422/cSharpCalc

Basic command-line calculator written in C#

Language: C# - Size: 35.2 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

mn-io/distributed-solver

Solving a mathematical expression distributed using Dijkstra's Shunting yard algorithm

Language: Java - Size: 5.86 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

nimaafshar/MathExpressionEvaluator

a simple Mathematical Expression Evaluator using shunting yard algorithm

Language: Java - Size: 6.84 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

onurcanari/Calculator

mscalculator remake

Language: C# - Size: 41 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

huwdp/HCalc

An RPN calculator.

Language: C++ - Size: 42 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

TanAlex/Shunting-Yard

Language: JavaScript - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

mttcnnff/Elixulator

A calculator... written in Elixir!!

Language: Elixir - Size: 16.6 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

rail-rain/shunting-yard.rs

A toy Shunting Yard algorithm implementation using Iterator like generator

Language: Rust - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

s4p0/Equation

Equation calculator: Parse expressions and calculate its result.

Language: C# - Size: 8.79 KB - Last synced: about 2 months ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

zainlateef/Scientific_Calculator

Fully functional scientific calculator. Accounts for order of operations when using parentheses, trig functions, and exponents.

Language: C++ - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

AnkurPande/ShuntingYardAlgorithm

Implementation of shunting yard algorithm using stack and queue with a Crude GUI.

Language: Java - Size: 14.6 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

ilpropheta/see

Simple expression evaluator in C++

Language: C++ - Size: 11.7 KB - Last synced: over 1 year ago - Pushed: over 8 years ago - Stars: 1 - Forks: 0

SuNNjek/php-calculator

A function calculator for PHP using the shunting yard algorithm

Language: PHP - Size: 21.5 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0