/simple-interpreter

This is a C-based simple interpreter that scans a list of expressions and variable assignments from a given file, then evaluates these expressions and prints them using basic data structures such as arrays, stacks, heaps and binary search trees.

Primary LanguageCMIT LicenseMIT

No issues in this repository yet.