Z-Sharp/StuLang/eval.h
2022-01-15 15:45:33 -05:00

6 lines
76 B
C++

#ifndef EVAL_H
#define EVAL_H
float evaluate(const std::string& t);
#endif