Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedhammad97/Interpreter

A C program that reads a new expression every time, process it and calculate a value, then assign it to the variable name, store them both in a hash map. Repeat with new expression.
https://github.com/ahmedhammad97/Interpreter

Last synced: 2 months ago
JSON representation

A C program that reads a new expression every time, process it and calculate a value, then assign it to the variable name, store them both in a hash map. Repeat with new expression.

Awesome Lists containing this project

README

        

# Interpreter
A C program that reads a new expression every time, process it and calculate a value, then assign it to the variable name, store them both in a hash map.
Then repeat the same process while using the early-read data.