evalexpr @ 42 - recursive descent parser implementation
-
Updated
May 19, 2016 - C
evalexpr @ 42 - recursive descent parser implementation
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
SICP's metacircular evaluator in C
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.
An evaluator for the Tiger language as defined in Appel's "Modern Compiler Implementation in C"
This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
Arithmetic expression evaluator
Basic mathematical expression evaluator
A fast math expression evaluator
Creating an extensive string mathematical expression function to be used in C
A simple command-line math evaluator written in C
Simple Lisp interpreter from scratch
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."