Started working on ast

This commit is contained in:
Maieul BOYER 2024-06-11 16:08:12 +02:00
parent 9aee1f2272
commit 1d4dc219db
No known key found for this signature in database
1344 changed files with 118659 additions and 107610 deletions

View file

@ -22,13 +22,13 @@
static inline bool lex_normal_map0(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '%', 370, '&', 354, '\'', 215, '(', 267, ')', \
273, '*', 365, '+', 382, '-', 380, '/', 368, '0', 478, \
':', 376, ';', 535, '<', 287, '=', 420, '>', 290, '?', \
424, '@', 476, '\\', 128, '^', 350, '_', 480, '`', 433, \
'd', 530, 'e', 527, 'f', 525, 'i', 529, '{', 276, '|', \
269, '}', 278, '~', 384};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '%', 374, '&', 358, '\'', 219, '(', 271, ')', \
277, '*', 369, '+', 386, '-', 384, '/', 372, '0', 473, \
':', 380, ';', 530, '<', 291, '=', 418, '>', 294, '?', \
422, '@', 472, '\\', 129, '^', 354, '_', 476, '`', 431, \
'd', 526, 'e', 523, 'f', 521, 'i', 525, '{', 280, '|', \
273, '}', 282, '~', 388};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -37,10 +37,9 @@ static inline bool lex_normal_map0(t_lexer *lexer, \
static inline bool lex_normal_map5(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 274, '!', 282, '"', 391, \
'#', 437, '$', 389, '&', 221, '\'', 215, '(', 267, '-', \
520, '0', 403, '<', 286, '>', 291, '\\', 136, '`', 432, \
'{', 276};
static uint32_t map[] = {'\n', 278, '!', 286, '"', 395, \
'#', 435, '$', 393, '&', 225, '\'', 219, '(', 271, '<', \
290, '>', 295, '\\', 137, '`', 430, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -49,11 +48,11 @@ static inline bool lex_normal_map5(t_lexer *lexer, \
static inline bool lex_normal_map10(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 306, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 13, '_', 481, '`', 432, 'e', \
441, '|', 272};
static uint32_t map[] = {'\n', 310, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 13, '_', 477, '`', 430, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -62,10 +61,10 @@ static inline bool lex_normal_map10(t_lexer *lexer, \
static inline bool lex_normal_map49(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 307, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 51, \
'_', 482, 'e', 447, '|', 272};
static uint32_t map[] = {'\n', 311, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 51, \
'_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -74,11 +73,11 @@ static inline bool lex_normal_map49(t_lexer *lexer, \
static inline bool lex_normal_map94(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 309, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, ')', \
273, '*', 367, '-', 363, '0', 477, ';', 535, '<', 288, \
'>', 291, '?', 374, '@', 476, '\\', 19, '_', 481, '`', \
432, '|', 272};
static uint32_t map[] = {'\n', 313, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 22, '_', 477, '`', 430, 'e', \
439, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,25 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map104(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 310, '"', 391, '#', 437, \
'$', 389, '&', 355, '\'', 215, '(', 267, '-', 520, '0', \
403, ';', 535, '<', 288, '>', 291, '\\', 146, '`', 432, \
'e', 531, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map105(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 311, '"', 391, '#', 437, \
'$', 389, '&', 355, '\'', 215, '(', 267, ')', 273, '-', \
520, '0', 403, ';', 535, '<', 288, '>', 291, '\\', 148, \
'`', 432, '|', 272};
static uint32_t map[] = {'\n', 314, '"', 395, '#', 435, \
'$', 393, '&', 359, '\'', 219, '(', 271, ';', 530, '<', \
292, '>', 295, '\\', 147, '`', 430, 'e', 527, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -46,11 +33,9 @@ static inline bool lex_normal_map105(t_lexer *lexer, \
static inline bool lex_normal_map106(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 312, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 31, '_', 481, '`', 432, 'e', 441, '|', \
272};
static uint32_t map[] = {'\n', 315, '"', 395, '#', 435, \
'$', 393, '&', 359, '\'', 219, '(', 271, ')', 277, ';', \
530, '<', 292, '>', 295, '\\', 149, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -59,10 +44,11 @@ static inline bool lex_normal_map106(t_lexer *lexer, \
static inline bool lex_normal_map107(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 313, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 53, \
'_', 482, '`', 432, '|', 272};
static uint32_t map[] = {'\n', 316, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, ')', \
277, '*', 371, '-', 367, '0', 474, ';', 530, '<', 292, \
'>', 295, '?', 378, '@', 472, '\\', 19, '_', 477, '`', \
430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -71,11 +57,23 @@ static inline bool lex_normal_map107(t_lexer *lexer, \
static inline bool lex_normal_map108(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 314, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 22, '_', 481, '`', 432, '|', \
272};
static uint32_t map[] = {'\n', 317, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 53, \
'_', 478, 'e', 444, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map109(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 318, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 25, '_', 477, '`', 430, 'e', 439, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,23 +19,14 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map209(t_lexer *lexer, \
static inline bool lex_normal_map239(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 391, '#', 438, '$', 389, \
'\'', 215, '-', 520, '0', 403, '\\', 171, '`', 432};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map240(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 311, '"', 391, '#', 437, \
'$', 389, '&', 355, '\'', 215, '(', 267, ')', 273, '-', \
520, '0', 403, ';', 535, '<', 288, '>', 291, '\\', 148, \
'`', 432, '|', 272};
static uint32_t map[] = {'\n', 310, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 13, '_', 477, '`', 430, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -44,35 +35,44 @@ static inline bool lex_normal_map240(t_lexer *lexer, \
static inline bool lex_normal_map241(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 314, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 22, '_', 481, '`', 432, '|', \
272};
static uint32_t map[] = {'\n', 311, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 51, \
'_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map242(t_lexer *lexer, \
static inline bool lex_normal_map246(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 320, '"', 391, '#', 437, \
'$', 389, '&', 355, '\'', 215, '(', 267, ')', 273, '-', \
520, '0', 403, ';', 535, '<', 288, '>', 291, '\\', 156, \
'`', 433, '|', 272};
static uint32_t map[] = {'\n', 315, '"', 395, '#', 435, \
'$', 393, '&', 359, '\'', 219, '(', 271, ')', 277, ';', \
530, '<', 292, '>', 295, '\\', 149, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map243(t_lexer *lexer, \
static inline bool lex_normal_map247(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 321, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 57, \
'_', 482, '|', 272};
static uint32_t map[] = {'\n', 324, '"', 395, '#', 435, \
'$', 393, '&', 359, '\'', 219, '(', 271, ')', 277, ';', \
530, '<', 292, '>', 295, '\\', 153, '`', 431, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map248(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 325, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 31, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,63 +19,61 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map244(t_lexer *lexer, \
static inline bool lex_normal_map252(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 322, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 28, '_', 481, '`', 432, '|', 272};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '%', 374, '&', 358, '\'', 219, '(', 271, ')', \
277, '*', 369, '+', 386, '-', 384, '/', 372, '0', 473, \
':', 381, ';', 530, '<', 291, '=', 289, '>', 294, '?', \
378, '@', 472, '\\', 129, '^', 354, '_', 476, '`', 431, \
'd', 526, 'e', 523, 'f', 521, 'i', 525, '{', 280, '|', \
273, '}', 282, '~', 388};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map248(t_lexer *lexer, \
static inline bool lex_normal_map253(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '%', 370, '&', 354, '\'', 215, '(', 267, ')', \
273, '*', 365, '+', 382, '-', 380, '/', 368, '0', 478, \
':', 377, ';', 535, '<', 287, '=', 285, '>', 290, '?', \
374, '@', 476, '\\', 128, '^', 350, '_', 480, '`', 433, \
'd', 530, 'e', 527, 'f', 525, 'i', 529, '{', 276, '|', \
269, '}', 278, '~', 384};
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, ')', 277, ';', \
223, '<', 290, '>', 295, '\\', 132, '`', 430, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map249(t_lexer *lexer, \
static inline bool lex_normal_map254(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, ')', 273, '-', \
520, '0', 403, ';', 219, '<', 286, '>', 291, '\\', 131, \
'`', 432, '{', 276};
static uint32_t map[] = {'!', 224, '#', 435, '$', 394, \
'%', 376, '&', 357, ')', 221, '*', 370, '+', 364, '-', \
366, '/', 373, ':', 379, ';', 223, '<', 293, '=', 288, \
'>', 296, '?', 377};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map250(t_lexer *lexer, \
static inline bool lex_normal_map400(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 220, '#', 437, '$', 390, \
'%', 372, '&', 353, ')', 217, '*', 366, '+', 360, '-', \
362, '/', 369, ':', 375, ';', 219, '<', 289, '=', 284, \
'>', 292, '?', 373};
static uint32_t map[] = {'!', 285, '"', 395, '#', 410, \
'$', 392, '*', 368, '-', 365, '0', 475, '?', 377, '@', \
471, '\\', 83, '_', 478};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map396(t_lexer *lexer, \
static inline bool lex_normal_map401(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '"', 391, '#', 412, \
'$', 388, '*', 364, '-', 361, '0', 479, '?', 373, '@', \
475, '\\', 83, '_', 482};
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'*', 368, '-', 365, '0', 475, '?', 377, '@', 471, '\\', \
88, '_', 478};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,12 +19,52 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map397(t_lexer *lexer, \
static inline bool lex_normal_map446(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'*', 364, '-', 361, '0', 479, '?', 373, '@', 475, '\\', \
88, '_', 482};
static uint32_t map[] = {'\n', 310, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 13, '_', 477, '`', 430, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map447(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 311, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 51, \
'_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map448(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 313, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 22, '_', 477, '`', 430, 'e', \
439, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map449(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 316, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '(', 271, ')', \
277, '*', 371, '-', 367, '0', 474, ';', 530, '<', 292, \
'>', 295, '?', 378, '@', 472, '\\', 19, '_', 477, '`', \
430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -33,49 +73,10 @@ static inline bool lex_normal_map397(t_lexer *lexer, \
static inline bool lex_normal_map450(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 306, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 13, '_', 481, '`', 432, 'e', \
441, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map451(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 307, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 51, \
'_', 482, 'e', 447, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map452(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 309, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, ')', \
273, '*', 367, '-', 363, '0', 477, ';', 535, '<', 288, \
'>', 291, '?', 374, '@', 476, '\\', 19, '_', 481, '`', \
432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map453(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 312, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 31, '_', 481, '`', 432, 'e', 441, '|', \
272};
static uint32_t map[] = {'\n', 317, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 53, \
'_', 478, 'e', 444, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,13 +19,51 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map451(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 318, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 25, '_', 477, '`', 430, 'e', 439, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map452(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 321, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, ')', 277, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 28, '_', 477, '`', 430, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map453(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 322, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 55, \
'_', 478, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map454(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 313, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 53, \
'_', 482, '`', 432, '|', 272};
static uint32_t map[] = {'\n', 325, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 31, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -34,48 +72,10 @@ static inline bool lex_normal_map454(t_lexer *lexer, \
static inline bool lex_normal_map455(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 314, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 22, '_', 481, '`', 432, '|', \
272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map456(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 317, '!', 281, '#', 412, \
'$', 388, '&', 355, ')', 273, '*', 364, '-', 361, '0', \
479, ';', 535, '<', 288, '>', 291, '?', 373, '@', 475, \
'\\', 55, '_', 482, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map457(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 318, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, ')', 273, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 25, '_', 481, '`', 432, '|', \
272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map458(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 321, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 57, \
'_', 482, '|', 272};
static uint32_t map[] = {'\n', 326, '!', 285, '#', 410, \
'$', 392, '&', 359, ')', 277, '*', 368, '-', 365, '0', \
475, ';', 530, '<', 292, '>', 295, '?', 377, '@', 471, \
'\\', 57, '_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,13 +19,49 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map456(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 328, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 218, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 36, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map457(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 329, '!', 285, '#', 410, \
'$', 392, '&', 218, '*', 368, '-', 365, '0', 475, '<', \
292, '>', 295, '?', 377, '@', 471, '\\', 63, '_', 478, \
'|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map458(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 331, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 218, '\'', 219, '*', 371, '-', \
367, '0', 474, '<', 292, '>', 295, '?', 378, '@', 472, \
'\\', 42, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map459(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 322, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 28, '_', 481, '`', 432, '|', 272};
static uint32_t map[] = {'\n', 332, '!', 285, '#', 410, \
'$', 392, '&', 218, '*', 368, '-', 365, '0', 475, '<', \
290, '>', 295, '?', 377, '@', 471, '\\', 102, '_', 478, \
'|', 237};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -34,46 +70,10 @@ static inline bool lex_normal_map459(t_lexer *lexer, \
static inline bool lex_normal_map460(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 324, '!', 281, '#', 412, \
'$', 388, '&', 214, '*', 364, '-', 361, '0', 479, '<', \
288, '>', 291, '?', 373, '@', 475, '\\', 64, '_', 482, \
'|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map461(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 325, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 214, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 36, '_', 481, '`', 432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map462(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 327, '!', 281, '#', 412, \
'$', 388, '&', 214, '*', 364, '-', 361, '0', 479, '<', \
286, '>', 291, '?', 373, '@', 475, '\\', 102, '_', 482, \
'|', 233};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map463(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 328, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 214, '\'', 215, '*', 367, '-', \
363, '0', 477, '<', 288, '>', 291, '?', 374, '@', 476, \
'\\', 39, '_', 481, '`', 432, '|', 272};
static uint32_t map[] = {'\n', 333, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 218, '\'', 219, '*', 371, '-', \
367, '0', 474, '<', 290, '>', 295, '?', 378, '@', 472, \
'\\', 99, '_', 477, '`', 430, '|', 237};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,12 +19,47 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map461(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 334, '!', 285, '#', 410, \
'$', 392, '&', 356, '*', 368, '-', 365, '0', 475, ';', \
530, '?', 377, '@', 471, '\\', 80, '_', 478, 'i', 443};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map462(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 335, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 356, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '?', 378, '@', 472, '\\', 71, \
'_', 477, '`', 430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map463(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 336, '!', 286, '"', 395, \
'#', 410, '$', 393, '\'', 219, '*', 371, '-', 367, '0', \
474, '?', 378, '@', 472, '\\', 75, '_', 477, '`', 430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map464(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 329, '!', 281, '#', 412, \
'$', 388, '&', 352, '*', 364, '-', 361, '0', 479, ';', \
535, '?', 373, '@', 475, '\\', 80, '_', 482, 'i', 446};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '&', 225, '\'', 219, '*', 371, '-', 367, '0', \
474, '<', 290, '>', 295, '?', 378, '@', 472, '\\', 61, \
'_', 477, '`', 430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -33,45 +68,10 @@ static inline bool lex_normal_map464(t_lexer *lexer, \
static inline bool lex_normal_map465(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 330, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 214, '\'', 215, '*', 367, '-', \
363, '0', 477, '<', 286, '>', 291, '?', 374, '@', 476, \
'\\', 99, '_', 481, '`', 432, '|', 233};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map466(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 331, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 352, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '?', 374, '@', 476, '\\', 71, \
'_', 481, '`', 432};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map467(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 332, '!', 282, '"', 391, \
'#', 412, '$', 389, '\'', 215, '*', 367, '-', 363, '0', \
477, '?', 374, '@', 476, '\\', 76, '_', 481, '`', 432};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map468(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '&', 221, '\'', 215, '*', 367, '-', 363, '0', \
477, '<', 286, '>', 291, '?', 374, '@', 476, '\\', 60, \
'_', 481, '`', 432};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '&', 218, '\'', 219, '(', 271, '*', 371, '-', \
367, '0', 474, '<', 292, '>', 295, '?', 378, '@', 472, \
'\\', 39, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,58 +19,57 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map466(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '&', 218, '\'', 219, '*', 371, '-', 367, '0', \
474, '<', 292, '>', 295, '?', 378, '@', 472, '\\', 45, \
'_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map467(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'&', 218, '*', 368, '-', 365, '0', 475, '<', 292, '>', \
295, '?', 377, '@', 471, '\\', 65, '_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map468(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
')', 277, '*', 368, '-', 365, '0', 475, '?', 377, '@', \
471, '\\', 85, '_', 478, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map469(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '&', 214, '\'', 215, '(', 267, '*', 367, '-', \
363, '0', 477, '<', 288, '>', 291, '?', 374, '@', 476, \
'\\', 42, '_', 481, '`', 432, '|', 272};
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'*', 368, '-', 365, '0', 475, '?', 377, '@', 471, '\\', \
90, '_', 478};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map470(t_lexer *lexer, \
static inline bool lex_normal_map480(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '&', 214, '\'', 215, '*', 367, '-', 363, '0', \
477, '<', 288, '>', 291, '?', 374, '@', 476, '\\', 46, \
'_', 481, '`', 432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map471(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'&', 214, '*', 364, '-', 361, '0', 479, '<', 288, '>', \
291, '?', 373, '@', 475, '\\', 66, '_', 482, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map472(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
')', 273, '*', 364, '-', 361, '0', 479, '?', 373, '@', \
475, '\\', 85, '_', 482, '|', 268};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map473(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'*', 364, '-', 361, '0', 479, '?', 373, '@', 475, '\\', \
90, '_', 482};
static uint32_t map[] = {'\n', 310, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
12, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,12 +19,23 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map481(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 313, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
21, '_', 477, 'e', 439};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map484(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 306, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
12, '_', 481, 'e', 441};
static uint32_t map[] = {'\n', 316, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
18, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -33,9 +44,9 @@ static inline bool lex_normal_map484(t_lexer *lexer, \
static inline bool lex_normal_map485(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 309, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
18, '_', 481};
static uint32_t map[] = {'\n', 318, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
24, '_', 477, 'e', 439};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -44,31 +55,20 @@ static inline bool lex_normal_map485(t_lexer *lexer, \
static inline bool lex_normal_map488(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 312, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
30, '_', 481, 'e', 441};
static uint32_t map[] = {'\n', 321, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
27, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map489(t_lexer *lexer, \
static inline bool lex_normal_map491(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 314, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
21, '_', 481};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map492(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 318, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
24, '_', 481};
static uint32_t map[] = {'\n', 325, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
30, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,12 +19,34 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map493(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 328, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
35, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map495(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 322, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
27, '_', 481};
static uint32_t map[] = {'\n', 331, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
41, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map496(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 333, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
98, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -33,42 +55,20 @@ static inline bool lex_normal_map495(t_lexer *lexer, \
static inline bool lex_normal_map497(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 325, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
35, '_', 481};
static uint32_t map[] = {'\n', 335, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
70, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map499(t_lexer *lexer, \
static inline bool lex_normal_map498(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 328, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
38, '_', 481};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map500(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 330, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
98, '_', 481};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map501(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 331, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
70, '_', 481};
static uint32_t map[] = {'\n', 336, '!', 286, '#', 411, \
'*', 371, '-', 367, '0', 474, '?', 378, '@', 472, '\\', \
74, '_', 477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,58 +19,47 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map499(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '#', 411, '%', 374, \
'*', 369, '+', 386, '-', 384, '/', 372, '0', 473, ':', \
381, '=', 289, '?', 378, '@', 472, '\\', 128, '^', 354, \
'_', 476, 'd', 526, 'e', 523, 'f', 521, 'i', 525, '{', \
280, '}', 282, '~', 388};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map500(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '#', 411, '*', 371, \
'-', 367, '0', 474, '?', 378, '@', 472, '\\', 38, '_', \
477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map501(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '#', 411, '*', 371, \
'-', 367, '0', 474, '?', 378, '@', 472, '\\', 44, '_', \
477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map502(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 332, '!', 282, '#', 413, \
'*', 367, '-', 363, '0', 477, '?', 374, '@', 476, '\\', \
75, '_', 481};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map503(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '#', 413, '%', 370, \
'*', 365, '+', 382, '-', 380, '/', 368, '0', 478, ':', \
377, '=', 285, '?', 374, '@', 476, '\\', 127, '^', 350, \
'_', 480, 'd', 530, 'e', 527, 'f', 525, 'i', 529, '{', \
276, '}', 278, '~', 384};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map504(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '#', 413, '*', 367, \
'-', 363, '0', 477, '?', 374, '@', 476, '\\', 41, '_', \
481};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map505(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '#', 413, '*', 367, \
'-', 363, '0', 477, '?', 374, '@', 476, '\\', 45, '_', \
481};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map506(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '#', 413, '*', 367, \
'-', 363, '0', 477, '?', 374, '@', 476, '\\', 59, '_', \
481};
static uint32_t map[] = {'!', 286, '#', 411, '*', 371, \
'-', 367, '0', 474, '?', 378, '@', 472, '\\', 60, '_', \
477};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,24 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map109(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 315, '"', 391, '#', 437, \
'$', 389, '&', 355, '\'', 215, '(', 267, '-', 520, '0', \
403, ';', 535, '<', 288, '>', 291, '\\', 154, '`', 433, \
'e', 531, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map110(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 316, '"', 391, '#', 437, \
'$', 389, '&', 214, '\'', 215, '-', 520, '0', 403, '<', \
286, '>', 291, '\\', 150, '`', 432, '|', 270};
static uint32_t map[] = {'\n', 319, '"', 395, '#', 435, \
'$', 393, '&', 359, '\'', 219, '(', 271, ';', 530, '<', \
292, '>', 295, '\\', 155, '`', 431, 'e', 527, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -45,10 +33,9 @@ static inline bool lex_normal_map110(t_lexer *lexer, \
static inline bool lex_normal_map111(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 317, '!', 281, '#', 412, \
'$', 388, '&', 355, ')', 273, '*', 364, '-', 361, '0', \
479, ';', 535, '<', 288, '>', 291, '?', 373, '@', 475, \
'\\', 55, '_', 482, '|', 272};
static uint32_t map[] = {'\n', 320, '"', 395, '#', 435, \
'$', 393, '&', 218, '\'', 219, '<', 290, '>', 295, '\\', \
151, '`', 430, '|', 274};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -57,11 +44,11 @@ static inline bool lex_normal_map111(t_lexer *lexer, \
static inline bool lex_normal_map112(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 318, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, ')', 273, '*', \
367, '-', 363, '0', 477, ';', 535, '<', 288, '>', 291, \
'?', 374, '@', 476, '\\', 25, '_', 481, '`', 432, '|', \
272};
static uint32_t map[] = {'\n', 321, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, ')', 277, '*', \
371, '-', 367, '0', 474, ';', 530, '<', 292, '>', 295, \
'?', 378, '@', 472, '\\', 28, '_', 477, '`', 430, '|', \
276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -70,9 +57,21 @@ static inline bool lex_normal_map112(t_lexer *lexer, \
static inline bool lex_normal_map113(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 319, '"', 391, '#', 437, \
'$', 389, '&', 352, '\'', 215, '(', 267, '-', 520, '0', \
403, ';', 535, '\\', 164, '`', 432, 'e', 531};
static uint32_t map[] = {'\n', 322, '!', 285, '#', 410, \
'$', 392, '&', 359, '*', 368, '-', 365, '0', 475, ';', \
530, '<', 292, '>', 295, '?', 377, '@', 471, '\\', 55, \
'_', 478, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map114(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 323, '"', 395, '#', 435, \
'$', 393, '&', 356, '\'', 219, '(', 271, ';', 530, '\\', \
165, '`', 430, 'e', 527};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -1,31 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* inline_impl20.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef INLINE_IMPL20_H
# define INLINE_IMPL20_H
# include "../../../headers/symbols.h"
# include "../../../headers/external_scanner_symbol_identifiers.h"
# include "../../../headers/field_identifiers.h"
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map508(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '#', 534, '-', 520, \
'0', 403, '\\', 132, 'e', 528, 'f', 525, '{', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
#endif // INLINE_IMPL20_H

View file

@ -19,25 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map114(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 320, '"', 391, '#', 437, \
'$', 389, '&', 355, '\'', 215, '(', 267, ')', 273, '-', \
520, '0', 403, ';', 535, '<', 288, '>', 291, '\\', 156, \
'`', 433, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map115(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 321, '!', 281, '#', 412, \
'$', 388, '&', 355, '*', 364, '-', 361, '0', 479, ';', \
535, '<', 288, '>', 291, '?', 373, '@', 475, '\\', 57, \
'_', 482, '|', 272};
static uint32_t map[] = {'\n', 324, '"', 395, '#', 435, \
'$', 393, '&', 359, '\'', 219, '(', 271, ')', 277, ';', \
530, '<', 292, '>', 295, '\\', 153, '`', 431, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -46,10 +33,10 @@ static inline bool lex_normal_map115(t_lexer *lexer, \
static inline bool lex_normal_map116(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 322, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 355, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 28, '_', 481, '`', 432, '|', 272};
static uint32_t map[] = {'\n', 325, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 359, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 31, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -58,9 +45,10 @@ static inline bool lex_normal_map116(t_lexer *lexer, \
static inline bool lex_normal_map117(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 323, '"', 391, '#', 437, \
'$', 389, '&', 352, '\'', 215, '-', 520, '0', 403, ';', \
535, '\\', 168, '`', 432};
static uint32_t map[] = {'\n', 326, '!', 285, '#', 410, \
'$', 392, '&', 359, ')', 277, '*', 368, '-', 365, '0', \
475, ';', 530, '<', 292, '>', 295, '?', 377, '@', 471, \
'\\', 57, '_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -69,10 +57,21 @@ static inline bool lex_normal_map117(t_lexer *lexer, \
static inline bool lex_normal_map118(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 324, '!', 281, '#', 412, \
'$', 388, '&', 214, '*', 364, '-', 361, '0', 479, '<', \
288, '>', 291, '?', 373, '@', 475, '\\', 64, '_', 482, \
'|', 272};
static uint32_t map[] = {'\n', 327, '"', 395, '#', 435, \
'$', 393, '&', 356, '\'', 219, ';', 530, '\\', 169, '`', \
430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map119(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 328, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 218, '\'', 219, '(', 271, '*', \
371, '-', 367, '0', 474, '<', 292, '>', 295, '?', 378, \
'@', 472, '\\', 36, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,24 +19,13 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map119(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 325, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 214, '\'', 215, '(', 267, '*', \
367, '-', 363, '0', 477, '<', 288, '>', 291, '?', 374, \
'@', 476, '\\', 36, '_', 481, '`', 432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map120(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 326, '"', 391, '#', 437, \
'$', 389, '&', 352, '\'', 215, '-', 520, '0', 403, ';', \
535, '\\', 173, '`', 433};
static uint32_t map[] = {'\n', 329, '!', 285, '#', 410, \
'$', 392, '&', 218, '*', 368, '-', 365, '0', 475, '<', \
292, '>', 295, '?', 377, '@', 471, '\\', 63, '_', 478, \
'|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -45,10 +34,9 @@ static inline bool lex_normal_map120(t_lexer *lexer, \
static inline bool lex_normal_map121(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 327, '!', 281, '#', 412, \
'$', 388, '&', 214, '*', 364, '-', 361, '0', 479, '<', \
286, '>', 291, '?', 373, '@', 475, '\\', 102, '_', 482, \
'|', 233};
static uint32_t map[] = {'\n', 330, '"', 395, '#', 435, \
'$', 393, '&', 356, '\'', 219, ';', 530, '\\', 176, '`', \
431};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -57,10 +45,10 @@ static inline bool lex_normal_map121(t_lexer *lexer, \
static inline bool lex_normal_map122(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 328, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 214, '\'', 215, '*', 367, '-', \
363, '0', 477, '<', 288, '>', 291, '?', 374, '@', 476, \
'\\', 39, '_', 481, '`', 432, '|', 272};
static uint32_t map[] = {'\n', 331, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 218, '\'', 219, '*', 371, '-', \
367, '0', 474, '<', 292, '>', 295, '?', 378, '@', 472, \
'\\', 42, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -69,9 +57,22 @@ static inline bool lex_normal_map122(t_lexer *lexer, \
static inline bool lex_normal_map123(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 329, '!', 281, '#', 412, \
'$', 388, '&', 352, '*', 364, '-', 361, '0', 479, ';', \
535, '?', 373, '@', 475, '\\', 80, '_', 482, 'i', 446};
static uint32_t map[] = {'\n', 332, '!', 285, '#', 410, \
'$', 392, '&', 218, '*', 368, '-', 365, '0', 475, '<', \
290, '>', 295, '?', 377, '@', 471, '\\', 102, '_', 478, \
'|', 237};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map124(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 333, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 218, '\'', 219, '*', 371, '-', \
367, '0', 474, '<', 290, '>', 295, '?', 378, '@', 472, \
'\\', 99, '_', 477, '`', 430, '|', 237};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,25 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map124(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 330, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 214, '\'', 215, '*', 367, '-', \
363, '0', 477, '<', 286, '>', 291, '?', 374, '@', 476, \
'\\', 99, '_', 481, '`', 432, '|', 233};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map125(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 331, '!', 282, '"', 391, \
'#', 412, '$', 389, '&', 352, '\'', 215, '*', 367, '-', \
363, '0', 477, ';', 535, '?', 374, '@', 476, '\\', 71, \
'_', 481, '`', 432};
static uint32_t map[] = {'\n', 334, '!', 285, '#', 410, \
'$', 392, '&', 356, '*', 368, '-', 365, '0', 475, ';', \
530, '?', 377, '@', 471, '\\', 80, '_', 478, 'i', 443};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -46,36 +33,48 @@ static inline bool lex_normal_map125(t_lexer *lexer, \
static inline bool lex_normal_map126(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'\n', 332, '!', 282, '"', 391, \
'#', 412, '$', 389, '\'', 215, '*', 367, '-', 363, '0', \
477, '?', 374, '@', 476, '\\', 76, '_', 481, '`', 432};
static uint32_t map[] = {'\n', 335, '!', 286, '"', 395, \
'#', 410, '$', 393, '&', 356, '\'', 219, '*', 371, '-', \
367, '0', 474, ';', 530, '?', 378, '@', 472, '\\', 71, \
'_', 477, '`', 430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map183(t_lexer *lexer, \
static inline bool lex_normal_map127(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '%', 370, '&', 354, '\'', 215, '(', 267, ')', \
273, '*', 365, '+', 382, '-', 380, '/', 368, '0', 478, \
':', 377, ';', 535, '<', 287, '=', 285, '>', 290, '?', \
374, '@', 476, '\\', 128, '^', 350, '_', 480, '`', 433, \
'd', 530, 'e', 527, 'f', 525, 'i', 529, '{', 276, '|', \
269, '}', 278, '~', 384};
static uint32_t map[] = {'\n', 336, '!', 286, '"', 395, \
'#', 410, '$', 393, '\'', 219, '*', 371, '-', 367, '0', \
474, '?', 378, '@', 472, '\\', 75, '_', 477, '`', 430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map184(t_lexer *lexer, \
static inline bool lex_normal_map186(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '&', 221, '\'', 215, '*', 367, '-', 363, '0', \
477, '<', 286, '>', 291, '?', 374, '@', 476, '\\', 60, \
'_', 481, '`', 432};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '%', 374, '&', 358, '\'', 219, '(', 271, ')', \
277, '*', 369, '+', 386, '-', 384, '/', 372, '0', 473, \
':', 381, ';', 530, '<', 291, '=', 289, '>', 294, '?', \
378, '@', 472, '\\', 129, '^', 354, '_', 476, '`', 431, \
'd', 526, 'e', 523, 'f', 521, 'i', 525, '{', 280, '|', \
273, '}', 282, '~', 388};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map187(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '&', 225, '\'', 219, '*', 371, '-', 367, '0', \
474, '<', 290, '>', 295, '?', 378, '@', 472, '\\', 61, \
'_', 477, '`', 430};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,49 +19,13 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map185(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '&', 214, '\'', 215, '(', 267, '*', 367, '-', \
363, '0', 477, '<', 288, '>', 291, '?', 374, '@', 476, \
'\\', 42, '_', 481, '`', 432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map186(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 412, \
'$', 389, '&', 214, '\'', 215, '*', 367, '-', 363, '0', \
477, '<', 288, '>', 291, '?', 374, '@', 476, '\\', 46, \
'_', 481, '`', 432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map187(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, ')', 273, '-', \
520, '0', 403, ';', 219, '<', 286, '>', 291, '\\', 131, \
'`', 432, '{', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map188(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, '-', 520, '0', \
403, ';', 219, '<', 286, '>', 291, '\\', 159, '`', 432, \
'e', 531, '{', 276};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '&', 218, '\'', 219, '(', 271, '*', 371, '-', \
367, '0', 474, '<', 292, '>', 295, '?', 378, '@', 472, \
'\\', 39, '_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -70,10 +34,43 @@ static inline bool lex_normal_map188(t_lexer *lexer, \
static inline bool lex_normal_map189(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, '-', 520, '0', \
403, '<', 286, '>', 291, '\\', 133, '`', 432, 'e', 528, \
'f', 525, '{', 276};
static uint32_t map[] = {'!', 286, '"', 395, '#', 410, \
'$', 393, '&', 218, '\'', 219, '*', 371, '-', 367, '0', \
474, '<', 292, '>', 295, '?', 378, '@', 472, '\\', 45, \
'_', 477, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map190(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, ')', 277, ';', \
223, '<', 290, '>', 295, '\\', 132, '`', 430, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map191(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, ';', 223, '<', \
290, '>', 295, '\\', 160, '`', 430, 'e', 527, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map192(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, '<', 290, '>', \
295, '\\', 134, '`', 430, 'e', 524, 'f', 521, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,48 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map190(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, '-', 520, '0', \
403, '<', 286, '>', 291, '\\', 138, '`', 432, 'd', 530, \
'{', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map191(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, '-', 520, '0', \
403, '<', 286, '>', 291, '\\', 140, '`', 432, '{', 276, \
'}', 278};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map192(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 282, '"', 391, '#', 437, \
'$', 389, '&', 221, '\'', 215, '(', 267, '-', 520, '0', \
403, '<', 286, '>', 291, '\\', 142, '`', 432, 'f', 525, \
'{', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map193(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 220, '#', 437, '%', 372, \
'&', 353, ')', 273, '*', 366, '+', 360, '-', 362, '/', \
369, '<', 289, '=', 284, '>', 292, '?', 373};
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, '<', 290, '>', \
295, '\\', 139, '`', 430, 'd', 526, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -69,9 +33,42 @@ static inline bool lex_normal_map193(t_lexer *lexer, \
static inline bool lex_normal_map194(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '"', 391, '#', 412, \
'$', 388, '*', 364, '-', 361, '0', 479, '?', 373, '@', \
475, '\\', 83, '_', 482};
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, '<', 290, '>', \
295, '\\', 141, '`', 430, '{', 280, '}', 282};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map195(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 286, '"', 395, '#', 435, \
'$', 393, '&', 225, '\'', 219, '(', 271, '<', 290, '>', \
295, '\\', 143, '`', 430, 'f', 521, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map196(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 224, '#', 435, '%', 376, \
'&', 357, ')', 277, '*', 370, '+', 364, '-', 366, '/', \
373, '<', 293, '=', 288, '>', 296, '?', 377};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map197(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 285, '"', 395, '#', 410, \
'$', 392, '*', 368, '-', 365, '0', 475, '?', 377, '@', \
471, '\\', 83, '_', 478};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,45 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map195(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '"', 391, '#', 437, \
'$', 390, '&', 214, '(', 267, ')', 217, '+', 383, '-', \
381, '0', 406, '<', 288, '=', 283, '>', 291};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map196(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'&', 214, '*', 364, '-', 361, '0', 479, '<', 288, '>', \
291, '?', 373, '@', 475, '\\', 66, '_', 482, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map197(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
')', 273, '*', 364, '-', 361, '0', 479, '?', 373, '@', \
475, '\\', 85, '_', 482, '|', 268};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map198(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'*', 364, '-', 361, '0', 479, '?', 373, '@', 475, '\\', \
88, '_', 482};
static uint32_t map[] = {'!', 285, '"', 395, '#', 435, \
'$', 394, '&', 218, '(', 271, ')', 221, '+', 387, '-', \
385, '<', 292, '=', 287, '>', 295};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -66,8 +33,41 @@ static inline bool lex_normal_map198(t_lexer *lexer, \
static inline bool lex_normal_map199(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'*', 364, '-', 361, '0', 479, '?', 373, '@', 475};
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'&', 218, '*', 368, '-', 365, '0', 475, '<', 292, '>', \
295, '?', 377, '@', 471, '\\', 65, '_', 478, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map200(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
')', 277, '*', 368, '-', 365, '0', 475, '?', 377, '@', \
471, '\\', 85, '_', 478, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map201(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'*', 368, '-', 365, '0', 475, '?', 377, '@', 471, '\\', \
88, '_', 478};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map202(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'*', 368, '-', 365, '0', 475, '?', 377, '@', 471};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));

View file

@ -19,45 +19,12 @@
# include "../../../headers/constants.h"
# include "../../../../parse_types.h"
static inline bool lex_normal_map200(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'!', 281, '#', 412, '$', 388, \
'*', 364, '-', 361, '0', 479, '?', 373, '@', 475, '\\', \
90, '_', 482};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map201(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 391, '#', 437, '$', 389, \
'&', 221, '\'', 215, '(', 267, '-', 520, '0', 403, '<', \
286, '>', 291, '\\', 144, '`', 432, '{', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map202(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 391, '#', 437, '$', 389, \
'&', 214, '\'', 215, '(', 267, '-', 520, '0', 403, '<', \
288, '>', 291, '\\', 152, '`', 432, '|', 272};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map203(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 391, '#', 437, '$', 389, \
'&', 214, '\'', 215, '(', 267, '-', 520, '0', 403, '<', \
288, '>', 291, '\\', 161, '`', 433, '|', 272};
static uint32_t map[] = {'!', 285, '#', 410, '$', 392, \
'*', 368, '-', 365, '0', 475, '?', 377, '@', 471, '\\', \
90, '_', 478};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
@ -66,9 +33,41 @@ static inline bool lex_normal_map203(t_lexer *lexer, \
static inline bool lex_normal_map204(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 391, '#', 437, '$', 389, \
'\'', 215, '(', 267, '-', 520, '0', 403, '\\', 166, '`', \
432, 'e', 531};
static uint32_t map[] = {'"', 395, '#', 435, '$', 393, \
'&', 225, '\'', 219, '(', 271, '<', 290, '>', 295, '\\', \
145, '`', 430, '{', 280};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map205(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 395, '#', 435, '$', 393, \
'&', 218, '\'', 219, '(', 271, '<', 292, '>', 295, '\\', \
157, '`', 430, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map206(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 395, '#', 435, '$', 393, \
'&', 218, '\'', 219, '(', 271, '<', 292, '>', 295, '\\', \
162, '`', 431, '|', 276};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));
}
static inline bool lex_normal_map207(t_lexer *lexer, \
t_lexer_state *s)
{
static uint32_t map[] = {'"', 395, '#', 435, '$', 393, \
'\'', 219, '(', 271, '\\', 167, '`', 430, 'e', 527};
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
lexer, s));