MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / ParseException

Class ParseException

tools/alive_parser.h:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23struct ParseException {
24 std::string str;
25 unsigned lineno;
26
27 ParseException(std::string &&str, unsigned lineno)
28 : str(std::move(str)), lineno(lineno) {}
29};
30
31constexpr unsigned PARSER_READ_AHEAD = 20;
32

Callers 2

errorFunction · 0.85
get_new_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected