mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
refactor: separate parsing classes
This commit is contained in:
13
includes/parse.hpp
Normal file
13
includes/parse.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef PARSE_HPP
|
||||
#define PARSE_HPP
|
||||
|
||||
#include "tomlstuff.hpp"
|
||||
|
||||
#include "Tokenizer.hpp"
|
||||
#include "TOMLNode.hpp"
|
||||
#include "TOMLParser.hpp"
|
||||
|
||||
void parse(void);
|
||||
void display(TOMLMap *config);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user