This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
-
Updated
Dec 2, 2022 - C
This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
Basic mathematical expression evaluator
Arithmetic expression evaluator
Creating an extensive string mathematical expression function to be used in C
This is an expression evaluator written in C. This was a class project for a Software Quality and Debugging course.
A simple expression evaluator in Java, C and python
This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
A simple command-line math evaluator written in C
An evaluator for the Tiger language as defined in Appel's "Modern Compiler Implementation in C"
A fast math expression evaluator
SICP's metacircular evaluator in C
evalexpr @ 42 - recursive descent parser implementation
Simple Lisp interpreter from scratch
nim wrapper for Heng Li's kexpr math expression evaluator library
A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.
Add a description, image, and links to the evaluator topic page so that developers can more easily learn about it.
To associate your repository with the evaluator topic, visit your repo's landing page and select "manage topics."