mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-13 09:02:10 +00:00
6 lines
74 B
C++
6 lines
74 B
C++
#ifndef EVAL_H
|
|
#define EVAL_H
|
|
|
|
float evaluate(std::string tokens);
|
|
|
|
#endif |