Echo Writes Code

parsing.hpp

1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CRUCIBLE_PARSING_HPP
#define CRUCIBLE_PARSING_HPP

#include "crucible/parsing/bytes.hpp"
#include "crucible/parsing/combinators.hpp"
#include "crucible/parsing/errors.hpp"
#include "crucible/parsing/text.hpp"

#include "crucible/parsing/bytes.inl"
#include "crucible/parsing/combinators.inl"
#include "crucible/parsing/errors.inl"

#endif // CRUCIBLE_PARSING_HPP