parse.binary.hpp

1
2
3
4
5
6
7
8
#pragma once

#include <felspar/parse/extract.be.hpp>
#include <felspar/parse/extract.le.hpp>
#include <felspar/parse/extract.native.hpp>
#include <felspar/parse/insert.le.hpp>
#include <felspar/parse/insert.be.hpp>
#include <felspar/parse/insert.native.hpp>