mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 20:05:31 +00:00
Code cleanup
This commit is contained in:
parent
79f4d90c19
commit
deac9d4c42
2
peglib.h
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…
Reference in New Issue
Block a user