refactor: separate parsing classes

This commit is contained in:
3lswear
2022-01-22 13:58:44 +03:00
parent 7e82ea0f86
commit 51a3050beb
12 changed files with 609 additions and 515 deletions

View File

@@ -6,10 +6,7 @@
#include <iostream>
#include <exception>
#include "TOMLNode.hpp"
#include "TOMLParser.hpp"
#include "Tokenizer.hpp"
#include "parse.hpp"
/* struct location */
/* { */
/* std::string location; */