Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 268 Bytes

Basic mathematical expression evaluator in C

This is a basic mathematical expression evaluator written in C. It supports the basic four operators (+ - / *) and variables.

This is an excercise for myself about writing interpreters in C.

demo