Iros
Loading...
Searching...
No Matches
prelude.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/parser/basic/code_point_parser.h
"
4
#include "
di/parser/basic/eof_parser.h
"
5
#include "
di/parser/basic/integer.h
"
6
#include "
di/parser/basic/match_exactly.h
"
7
#include "
di/parser/basic/match_one.h
"
8
#include "
di/parser/basic/match_one_or_more.h
"
9
#include "
di/parser/basic/match_zero_or_more.h
"
10
#include "
di/parser/basic/string.h
"
11
#include "
di/parser/combinator/alternation.h
"
12
#include "
di/parser/combinator/and_then.h
"
13
#include "
di/parser/combinator/ignore.h
"
14
#include "
di/parser/combinator/optional.h
"
15
#include "
di/parser/combinator/sequence.h
"
16
#include "
di/parser/combinator/transform.h
"
17
#include "
di/parser/concepts/parser.h
"
18
#include "
di/parser/concepts/parser_context.h
"
19
#include "
di/parser/constexpr_intgral.h
"
20
#include "
di/parser/create_parser.h
"
21
#include "
di/parser/integral.h
"
22
#include "
di/parser/integral_set.h
"
23
#include "
di/parser/into_parser_context.h
"
24
#include "
di/parser/meta/parser_context_error.h
"
25
#include "
di/parser/meta/parser_value.h
"
26
#include "
di/parser/parse.h
"
27
#include "
di/parser/parse_partial.h
"
28
#include "
di/parser/parse_unchecked.h
"
29
#include "
di/parser/run_parser.h
"
30
#include "
di/parser/run_parser_partial.h
"
31
#include "
di/parser/run_parser_unchecked.h
"
32
#include "
di/parser/string_view_parser_context.h
"
33
34
namespace
di
{
35
using
parser::parse
;
36
using
parser::parse_partial
;
37
using
parser::parse_unchecked
;
38
using
parser::run_parser
;
39
using
parser::run_parser_partial
;
40
using
parser::run_parser_unchecked
;
41
}
alternation.h
and_then.h
code_point_parser.h
constexpr_intgral.h
create_parser.h
string.h
eof_parser.h
ignore.h
integral.h
integral_set.h
into_parser_context.h
match_exactly.h
match_one.h
match_one_or_more.h
match_zero_or_more.h
di::parser::run_parser
constexpr auto run_parser
Definition
run_parser.h:22
di::parser::parse_partial
constexpr auto parse_partial
Definition
parse_partial.h:23
di::parser::run_parser_unchecked
constexpr auto run_parser_unchecked
Definition
run_parser_unchecked.h:16
di::parser::run_parser_partial
constexpr auto run_parser_partial
Definition
run_parser_partial.h:19
di::parser::parse_unchecked
constexpr auto parse_unchecked
Definition
parse_unchecked.h:25
di::parser::parse
constexpr auto parse
Definition
parse.h:23
di
Definition
zstring_parser.h:9
parse.h
parse_partial.h
parse_unchecked.h
integer.h
optional.h
sequence.h
transform.h
parser.h
parser_context.h
parser_context_error.h
parser_value.h
run_parser.h
run_parser_partial.h
run_parser_unchecked.h
string_view_parser_context.h
libs
di
include
di
parser
prelude.h
Generated by
1.13.0