22 #ifndef METEO_VM2_PARSER_H
23 #define METEO_VM2_PARSER_H
70 bool next(
Value& value, std::string& raw);
int lineno
Number of the last line parsed.
std::istream & in
Input stream.
static void serialize(std::ostream &out, const Value &value)
Serialize a value.
bool next(Value &value)
Read the next VM2 value.
static std::string regexp_str
Pattern of a VM2 value.
Parser(std::istream &in)
Create a stdin parser.