| 1702 | } |
| 1703 | |
| 1704 | void common_peg_arena::load(const std::string & data) { |
| 1705 | *this = from_json(nlohmann::json::parse(data)); |
| 1706 | } |
| 1707 | |
| 1708 | common_peg_arena build_peg_parser(const std::function<common_peg_parser(common_peg_parser_builder & builder)> & fn) { |
| 1709 | common_peg_parser_builder builder; |