8#ifndef ELLIPSIS_TOKEN_H
9#define ELLIPSIS_TOKEN_H 1
29#define STRINGIFY(...) STRINGIFY_(__VA_ARGS__)
30#define STRINGIFY_(...) #__VA_ARGS__
32#define ELLIPSIS_CONTRACT_VIOLATION(COUNT, VERB, CTYPE, CSTR, ...) \
34 static char const contract_format_ ## COUNT[] = \
35 __FILE__ ":" STRINGIFY(__LINE__) ": violation of " CTYPE " `" CSTR "`" __VA_OPT__(", ") __VA_ARGS__ "\n";\
37 ? fputs(contract_format_ ## COUNT, stderr) \
41#define ELLIPSIS_CONTRACT_IMPL(COUNT, COND, ACTION, VERB, CSTR, CTYPE, ...) \
44 : (ELLIPSIS_CONTRACT_VIOLATION(COUNT, VERB, CTYPE, CSTR __VA_OPT__(,) __VA_ARGS__) \
49#define ELLIPSIS_TO_VOIDS(...) ((void*)((uintptr_t)((__VA_ARGS__)-(__VA_ARGS__))))
51#define ELLIPSIS_TEST_ICE(...) (false ? ELLIPSIS_TO_VOIDS(__VA_ARGS__) : (ellipsis‿contracts‿is_ice*)nullptr)
53#define ELLIPSIS_CONTRACT_ICE_OR_TRUE(...) \
55 ELLIPSIS_TEST_ICE(__VA_ARGS__), \
56 ellipsis‿contracts‿is_ice*: (__VA_ARGS__), \
59#define ELLIPSIS_CONTRACT_CHECK_STATIC(CTYPE, COND, CSTR, ...) \
61 static_assert(ELLIPSIS_CONTRACT_ICE_OR_TRUE(COND), \
62 "compile time violation of " CTYPE " " CSTR \
63 __VA_OPT__(", ") __VA_ARGS__ );\
66#define ELLIPSIS_CONTRACT(COUNT, COND, ACTION, VERB, CSTR, CTYPE, ...) \
70 ELLIPSIS_TEST_ICE(COND), \
71 ellipsis‿contracts‿is_ice*: ELLIPSIS_CONTRACT_CHECK_STATIC(CTYPE, COND, CSTR __VA_OPT__(,) __VA_ARGS__), \
72 default: ELLIPSIS_CONTRACT_IMPL(COUNT, COND, ACTION, VERB, CSTR, CTYPE __VA_OPT__(,) __VA_ARGS__));\
75typedef unsigned long long vtype;
116#define TOKEN_IS_INNER_CASE(N) case (N): ret |= (arr[N-1] != s[N-1])<<(N-1)
153#define TOKEN_IS(T, S) ellipsis‿token‿is_inner(T, (sizeof(U"" S U"")/sizeof(U' '))-1, U"" S U"")
165 extern typeof(ellipsis‿token‿destroy) ellipsis‿token‿destroy‿_Insta;
166 ellipsis‿token‿destroy‿_Insta(t);
178 extern typeof(ellipsis‿token‿delete) ellipsis‿token‿delete‿_Insta;
179 ellipsis‿token‿delete‿_Insta(t);
189 extern typeof(ellipsis‿token‿delete_all) ellipsis‿token‿delete_all‿_Insta;
190 ellipsis‿token‿delete_all‿_Insta(t);
209 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
212 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
213 [[__maybe_unused__]]
register bool defer_return_flag =
false;
216 goto DEFER_END_ID_1_2;
220 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
221 unsigned (*DEFER_LOC_ID_1_1)[DEFER_LOC_ID_0_2] = {};
224 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
225 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
226 {
ELLIPSIS_CONTRACT(1, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), unreachable,
false,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assumption",
"unable to copy token");}
231 extern typeof(ellipsis‿token‿cpy) ellipsis‿token‿cpy‿_Insta;
234 defer_return_flag =
true;
235 DEFER_LOC_ID_0_1 = ellipsis‿token‿cpy‿_Insta(t);
241[[__maybe_unused__]] DEFER_END_ID_1_2:;
242 return DEFER_LOC_ID_0_1;
261 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
264 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
265 [[__maybe_unused__]]
register bool defer_return_flag =
false;
268 goto DEFER_END_ID_1_4;
272 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
273 unsigned (*DEFER_LOC_ID_1_2)[DEFER_LOC_ID_0_2] = {};
276 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
277 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
278 {
ELLIPSIS_CONTRACT(2, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), unreachable,
false,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assumption",
"unable to deep copy token");}
283 extern typeof(ellipsis‿token‿deepcpy) ellipsis‿token‿deepcpy‿_Insta;
286 defer_return_flag =
true;
287 DEFER_LOC_ID_0_1 = ellipsis‿token‿deepcpy‿_Insta(t);
293[[__maybe_unused__]] DEFER_END_ID_1_4:;
294 return DEFER_LOC_ID_0_1;
305 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
308 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
309 [[__maybe_unused__]]
register bool defer_return_flag =
false;
312 goto DEFER_END_ID_1_6;
316 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
317 unsigned (*DEFER_LOC_ID_1_3)[DEFER_LOC_ID_0_2] = {};
320 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
321 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
322 {
ELLIPSIS_CONTRACT(3, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), unreachable,
false,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assumption",
"unable to allocate token");}
327 extern typeof(ellipsis‿token‿alloc) ellipsis‿token‿alloc‿_Insta;
330 defer_return_flag =
true;
331 DEFER_LOC_ID_0_1 = ellipsis‿token‿alloc‿_Insta();
337[[__maybe_unused__]] DEFER_END_ID_1_6:;
338 return DEFER_LOC_ID_0_1;
348 extern typeof(ellipsis‿token‿equiv) ellipsis‿token‿equiv‿_Insta;
349 return ellipsis‿token‿equiv‿_Insta(a, b);
362 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
365 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
366 [[__maybe_unused__]]
register bool defer_return_flag =
false;
369 goto DEFER_END_ID_1_8;
372 do {
ELLIPSIS_CONTRACT(4, str, abort,
true,
"str",
"assertion",
"attempt to create string token from invalid string");}
while (
false);
374 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
375 unsigned (*DEFER_LOC_ID_1_4)[DEFER_LOC_ID_0_2] = {};
378 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
379 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
380 {
ELLIPSIS_CONTRACT(5, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), unreachable,
false,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assumption",
"unable to create string token");}
385 extern typeof(ellipsis‿token‿string) ellipsis‿token‿string‿_Insta;
388 defer_return_flag =
true;
389 DEFER_LOC_ID_0_1 = ellipsis‿token‿string‿_Insta(str);
395[[__maybe_unused__]] DEFER_END_ID_1_8:;
396 return DEFER_LOC_ID_0_1;
409 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
412 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
413 [[__maybe_unused__]]
register bool defer_return_flag =
false;
416 goto DEFER_END_ID_1_10;
419 do {
ELLIPSIS_CONTRACT(6,
id, abort,
true,
"id",
"assertion",
"attempt to create nominal token from invalid string");}
while (
false);
421 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
422 unsigned (*DEFER_LOC_ID_1_5)[DEFER_LOC_ID_0_2] = {};
425 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
426 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
427 {
ELLIPSIS_CONTRACT(7, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), unreachable,
false,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assumption",
"unable to create nominal token");}
432 extern typeof(ellipsis‿token‿nominal) ellipsis‿token‿nominal‿_Insta;
435 defer_return_flag =
true;
436 DEFER_LOC_ID_0_1 = ellipsis‿token‿nominal‿_Insta(
id);
442[[__maybe_unused__]] DEFER_END_ID_1_10:;
443 return DEFER_LOC_ID_0_1;
456 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
459 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
460 [[__maybe_unused__]]
register bool defer_return_flag =
false;
463 goto DEFER_END_ID_1_12;
467 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
468 unsigned (*DEFER_LOC_ID_1_6)[DEFER_LOC_ID_0_2] = {};
471 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
472 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
473 {
ELLIPSIS_CONTRACT(8, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), unreachable,
false,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assumption",
"unable to create number token");}
478 extern typeof(ellipsis‿token‿number) ellipsis‿token‿number‿_Insta;
481 defer_return_flag =
true;
482 DEFER_LOC_ID_0_1 = ellipsis‿token‿number‿_Insta(numb);
488[[__maybe_unused__]] DEFER_END_ID_1_12:;
489 return DEFER_LOC_ID_0_1;
546 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
549 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
550 [[__maybe_unused__]]
register bool defer_return_flag =
false;
553 goto DEFER_END_ID_1_14;
557 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
558 unsigned (*DEFER_LOC_ID_1_7)[DEFER_LOC_ID_0_2] = {};
561 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
562 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
563 {
ELLIPSIS_CONTRACT(9, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), abort,
true,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assertion",
"unable to copy token");}
571 defer_return_flag =
true;
578[[__maybe_unused__]] DEFER_END_ID_1_14:;
579 return DEFER_LOC_ID_0_1;
598 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
601 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
602 [[__maybe_unused__]]
register bool defer_return_flag =
false;
605 goto DEFER_END_ID_1_16;
609 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
610 unsigned (*DEFER_LOC_ID_1_8)[DEFER_LOC_ID_0_2] = {};
613 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
614 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
615 {
ELLIPSIS_CONTRACT(10, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), abort,
true,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assertion",
"unable to deep copy token");}
623 defer_return_flag =
true;
630[[__maybe_unused__]] DEFER_END_ID_1_16:;
631 return DEFER_LOC_ID_0_1;
642 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
645 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
646 [[__maybe_unused__]]
register bool defer_return_flag =
false;
649 goto DEFER_END_ID_1_18;
653 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
654 unsigned (*DEFER_LOC_ID_1_9)[DEFER_LOC_ID_0_2] = {};
657 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
658 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
659 {
ELLIPSIS_CONTRACT(11, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), abort,
true,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assertion",
"unable to allocate token");}
667 defer_return_flag =
true;
674[[__maybe_unused__]] DEFER_END_ID_1_18:;
675 return DEFER_LOC_ID_0_1;
699 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
702 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
703 [[__maybe_unused__]]
register bool defer_return_flag =
false;
706 goto DEFER_END_ID_1_20;
709 do {
ELLIPSIS_CONTRACT(12, str, unreachable,
false,
"str",
"assumption",
"attempt to create string token from invalid string");}
while (
false);
711 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
712 unsigned (*DEFER_LOC_ID_1_10)[DEFER_LOC_ID_0_2] = {};
715 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
716 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
717 {
ELLIPSIS_CONTRACT(13, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), abort,
true,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assertion",
"unable to create string token");}
725 defer_return_flag =
true;
732[[__maybe_unused__]] DEFER_END_ID_1_20:;
733 return DEFER_LOC_ID_0_1;
746 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
749 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
750 [[__maybe_unused__]]
register bool defer_return_flag =
false;
753 goto DEFER_END_ID_1_22;
756 do {
ELLIPSIS_CONTRACT(14,
id, unreachable,
false,
"id",
"assumption",
"attempt to create nominal token from invalid string");}
while (
false);
758 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
759 unsigned (*DEFER_LOC_ID_1_11)[DEFER_LOC_ID_0_2] = {};
762 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
763 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
764 {
ELLIPSIS_CONTRACT(15, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), abort,
true,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assertion",
"unable to create nominal token");}
772 defer_return_flag =
true;
779[[__maybe_unused__]] DEFER_END_ID_1_22:;
780 return DEFER_LOC_ID_0_1;
793 if (__func__[0] ==
'm' && __func__[1] ==
'a' && __func__[2] ==
'i' && __func__[3] ==
'n' && !__func__[4]) {
796 [[__maybe_unused__]]
register unsigned DEFER_LOC_ID_0_2 = 1U;
797 [[__maybe_unused__]]
register bool defer_return_flag =
false;
800 goto DEFER_END_ID_1_24;
804 [[__maybe_unused__, __deprecated__(
"dummy variable for better diagnostics")]]
805 unsigned (*DEFER_LOC_ID_1_12)[DEFER_LOC_ID_0_2] = {};
808 [[__maybe_unused__, __deprecated__(
"invalid termination of a deferred block")]]
809 register bool const defer_return_flag =
false, defer_break_flag =
false, defer_continue_flag =
false;
810 {
ELLIPSIS_CONTRACT(16, ((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1), abort,
true,
"((typeof(DEFER_LOC_ID_0_1))DEFER_LOC_ID_0_1)",
"assertion",
"unable to create number token");}
818 defer_return_flag =
true;
825[[__maybe_unused__]] DEFER_END_ID_1_24:;
826 return DEFER_LOC_ID_0_1;
843 *head = (*head)->
next;
870 ellipsis‿token‿delete(top);
889 ret = ellipsis‿token‿cpy(p);
891 ellipsis‿token‿delete_all(prev);
909#define TOKEN_NEW(...) ellipsis‿token‿new((ellipsis‿token){__VA_ARGS__})
922 ELLIPSIS_CONTRACT(17, __LOC_ID_1_1, abort,
true,
"__LOC(0)",
"assertion",
"unable to allocate " "ellipsis∷token");
923 *__LOC_ID_1_1 = __LOC_ID_0_1;
937 ellipsis‿token‿delete((
void*)*__LOC_ID_0_2);
939 *__LOC_ID_0_2= *__LOC_ID_0_3;
940 *__LOC_ID_0_3=
nullptr;
942 *__LOC_ID_0_2=
nullptr;
957 ellipsis‿token‿delete((
void*)*__LOC_ID_0_4);
959 *__LOC_ID_0_4= *__LOC_ID_0_5;
960 *__LOC_ID_0_5=
nullptr;
962 *__LOC_ID_0_4=
nullptr;
ellipsis‿category
An enumeration type ellipsis‿category with the underlying integer type ellipsis‿category‿base.
Definition ellipsis-category.h:32
constexpr size_t ellipsis‿category‿width
Definition ellipsis-category.h:119
#define STDC_ATTR_NODISCARD(...)
Definition ellipsis-error.h:68
#define GNU_ATTR_RETURNS_NONNULL
Definition ellipsis-error.h:34
#define ELLIPSIS_DIAGNOSTIC(FORMAT,...)
Issue a diagnostic on stderr.
Definition ellipsis-error.h:109
struct ellipsis‿contracts‿is_ice ellipsis‿contracts‿is_ice
Definition ellipsis-expression.c:24
void ellipsis‿token‿delete_all‿_Inner(ellipsis‿token act[static 1])
Definition ellipsis-token.c:281
ellipsis‿token * ellipsis‿token‿number‿_Inner(vtype numb)
Definition ellipsis-token.c:273
bool ellipsis‿token‿equiv‿_Inner(ellipsis‿token *a, ellipsis‿token *b)
Definition ellipsis-token.c:234
ellipsis‿token * ellipsis‿token‿cpy‿_Inner(ellipsis‿token const *t)
Definition ellipsis-token.c:206
ellipsis‿token * ellipsis‿token‿alloc‿_Inner(void)
Definition ellipsis-token.c:287
void ellipsis‿token‿destroy‿_Inner(ellipsis‿token t[static 1])
Definition ellipsis-token.c:182
ellipsis‿token * ellipsis‿token‿string‿_Inner(char const str[static 1])
Definition ellipsis-token.c:260
void ellipsis‿token‿delete‿_Inner(ellipsis‿token t[static 1])
Definition ellipsis-token.c:200
ellipsis‿token * ellipsis‿token‿nominal‿_Inner(char const id[static 1])
Definition ellipsis-token.c:268
ellipsis‿token * ellipsis‿token‿deepcpy‿_Inner(ellipsis‿token const *t)
Definition ellipsis-token.c:223
ellipsis‿token * macro_cb(ellipsis‿token *)
Definition ellipsis-token.h:80
thread_local bool volatile ellipsis‿contracts‿verbose‿dynamic
#define ELLIPSIS_CONTRACT(COUNT, COND, ACTION, VERB, CSTR, CTYPE,...)
Definition ellipsis-token.h:66
thread_local bool volatile ellipsis‿contracts‿proceed‿dynamic
#define TOKEN_IS_INNER_CASE(N)
Definition ellipsis-token.h:116
thread_local bool volatile ellipsis‿contracts‿ignore‿dynamic
unsigned long long vtype
Definition ellipsis-token.h:75
ellipsis‿token‿what
An enumeration type ellipsis‿token‿what with the underlying integer type ellipsis‿token‿what‿base.
Definition ellipsis-what.h:32
A structure with a flexible array member of base type ellipsis‿str32‿base.
Definition ellipsis-str32.h:156
size_t const length
Current length of this instance.
Definition ellipsis-str32.h:165
ellipsis‿str32‿base array[]
The current data array.
Definition ellipsis-str32.h:190
A structure with a flexible array member of base type ellipsis‿str8‿base.
Definition ellipsis-str8.h:150
A token element as recognized during processing.
Definition ellipsis-token.h:94
void ellipsis‿token‿push(ellipsis‿token *head[static 1], ellipsis‿token el[static 1])
Definition ellipsis-token.h:854
bool is_undefinable
Definition ellipsis-token.h:110
bool back_in
Definition ellipsis-token.h:111
bool toeol
Definition ellipsis-token.h:112
size_t line
Definition ellipsis-token.h:104
ellipsis‿str32 const * space
Definition ellipsis-token.h:96
bool ellipsis‿token‿equiv(ellipsis‿token *a, ellipsis‿token *b)
Check if two token lists are token equivalent.
Definition ellipsis-token.h:347
void ellipsis‿token‿delete(ellipsis‿token t[static 1])
Destroy the token structure *t and deallocate it.
Definition ellipsis-token.h:177
bool is_functional
Definition ellipsis-token.h:109
void ellipsis‿token‿delete_all‿_Ctra(ellipsis‿token t[static 1])
Delete the whole token list starting with *t.
Definition ellipsis-token.h:525
void ellipsis‿token‿move(ellipsis‿token *__LOC_ID_0_2[restrict static 1], ellipsis‿token **restrict __LOC_ID_0_3)
Move a ellipsis‿token pointed to by the second parameter to the one pointed to by the first.
Definition ellipsis-token.h:935
void ellipsis‿token‿cmove(ellipsis‿token const *__LOC_ID_0_4[restrict static 1], ellipsis‿token const **restrict __LOC_ID_0_5)
Move a ellipsis‿token const pointed to by the second parameter to the one pointed to by the first.
Definition ellipsis-token.h:955
macro_cb * callback
Definition ellipsis-token.h:101
void ellipsis‿token‿drop(ellipsis‿token *head[static 1])
drop the top element from the list
Definition ellipsis-token.h:867
void ellipsis‿token‿destroy(ellipsis‿token t[static 1])
Destroy the token structure *t, freeing all linked contents, space and payload or data,...
Definition ellipsis-token.h:164
ellipsis‿token * next
Definition ellipsis-token.h:97
bool ellipsis‿token‿is_inner(ellipsis‿token const *t, size_t len, char32_t const s[restrict static len])
Definition ellipsis-token.h:124
bool ellipsis‿token‿equiv‿_Ctra(ellipsis‿token *a, ellipsis‿token *b)
Check if two token lists are token equivalent.
Definition ellipsis-token.h:684
void ellipsis‿token‿delete_all(ellipsis‿token t[static 1])
Delete the whole token list starting with *t.
Definition ellipsis-token.h:188
ellipsis‿str8 * data
Definition ellipsis-token.h:102
ellipsis‿token‿what is_what
Definition ellipsis-token.h:108
void ellipsis‿token‿destroy‿_Ctra(ellipsis‿token t[static 1])
Destroy the token structure *t, freeing all linked contents, space and payload or data,...
Definition ellipsis-token.h:501
size_t file
Definition ellipsis-token.h:105
vtype value
Definition ellipsis-token.h:106
ellipsis‿token‿list * payload
Definition ellipsis-token.h:100
void ellipsis‿token‿delete‿_Ctra(ellipsis‿token t[static 1])
Destroy the token structure *t and deallocate it.
Definition ellipsis-token.h:514
ellipsis‿token * ellipsis‿token‿alloc‿_Ctra(void)
Allocate a new token instance and initialize it.
Definition ellipsis-token.h:640
ellipsis‿token * ellipsis‿token‿alloc(void)
Allocate a new token instance and initialize it.
Definition ellipsis-token.h:303
ellipsis‿category cat
Definition ellipsis-token.h:107
ellipsis‿str32 const * contents
Definition ellipsis-token.h:95
a token list
Definition ellipsis-tlist.h:84