Code cleanup

pull/38/head
yhirose 7 years ago
parent 79f4d90c19
commit deac9d4c42
  1. 2
      peglib.h

@ -1616,7 +1616,7 @@ inline std::pair<size_t, size_t> line_info(const char* start, const char* cur) {
typedef std::unordered_map<std::string, Definition> Grammar;
typedef std::function<void (size_t, size_t, const std::string&)> Log;
typedef std::unordered_map<std::string, std::shared_ptr<Ope>> Rules;
//typedef std::unordered_map<std::string, std::shared_ptr<Ope>> Rules;
class ParserGenerator
{

Loading…
Cancel
Save