mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
18 lines
450 B
C++
18 lines
450 B
C++
#include "simdjson.h"
|
|
|
|
#include "fallback/implementation.h"
|
|
#include "fallback/stringparsing.h"
|
|
#include "fallback/numberparsing.h"
|
|
|
|
namespace simdjson {
|
|
namespace fallback {
|
|
|
|
#include "generic/stage2/logger.h"
|
|
#include "generic/stage2/atomparsing.h"
|
|
#include "generic/stage2/structural_iterator.h"
|
|
#include "generic/stage2/structural_parser.h"
|
|
#include "generic/stage2/streaming_structural_parser.h"
|
|
|
|
} // namespace fallback
|
|
} // namespace simdjson
|