started adding more checks to the parser, some things settled, but mostly i have a lot more questions...
This commit is contained in:
@@ -6,5 +6,7 @@
|
||||
|
||||
|
||||
std::vector<std::string> split(std::string input, char delimiter);
|
||||
bool isNumeric(std::string str);
|
||||
bool isNumeric_btw(int low, int high, std::string str);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user