#include <cstddef>
#include <string>
#include <stdexcept>
#include "types/all.hpp"
Go to the source code of this file.
Initial value:= {
}
bool isOpPlus(const std::string &token)
bool isRightParenthesis(const std::string &token)
ExtraInfo getFloatExtraInfo(const std::string &token)
bool isFloat(const std::string &token)
bool isOpMinus(const std::string &token)
bool isOpDevide(const std::string &token)
bool isLeftParenthesis(const std::string &token)
bool isOpMultiply(const std::string &token)
ExtraInfo getNullExtraInfo(const std::string &s)
Definition at line 22 of file types.hpp.