Removed line single comments bc no asni c lol
This commit is contained in:
parent
9d8139e035
commit
ebaa4dd822
95 changed files with 107 additions and 99 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/03 13:20:01 by maiboyer #+# #+# #
|
||||
# Updated: 2024/05/01 15:52:16 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/05/02 15:00:49 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/24 23:01:45 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/04/29 16:41:40 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/05/02 14:37:53 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -35,6 +35,10 @@
|
|||
# include "parser/types/types_symbol.h"
|
||||
# include "parser/types/types_symbol_metadata.h"
|
||||
|
||||
#ifndef inline
|
||||
#define inline __inline__
|
||||
#endif
|
||||
|
||||
static inline bool lex_skip(t_state_id state_value, t_lexer *lexer,
|
||||
t_lexer_state *s)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -46,6 +46,10 @@
|
|||
uint32_t capacity; \
|
||||
}
|
||||
|
||||
#ifndef inline
|
||||
# define inline __inline__
|
||||
#endif
|
||||
|
||||
/// Initialize an array.
|
||||
#define array_init(self) \
|
||||
((self)->size = 0, (self)->capacity = 0, (self)->contents = NULL)
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ void alias_sequences_0(t_alias_sequences_array *v);
|
|||
void alias_sequences_1(t_alias_sequences_array *v);
|
||||
void alias_sequences_2(t_alias_sequences_array *v);
|
||||
|
||||
#endif // ALIAS_SEQUENCES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ static inline t_char_range *sym_word_character_set_1(void)
|
|||
return (val);
|
||||
}
|
||||
|
||||
#endif // CHARSET_INLINE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -53,4 +53,4 @@ void external_scanner_states_29(t_external_scanner_states_array *v);
|
|||
void external_scanner_states_30(t_external_scanner_states_array *v);
|
||||
void external_scanner_states_31(t_external_scanner_states_array *v);
|
||||
|
||||
#endif // EXTERNAL_SCANNER_STATES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
void external_scanner_symbol_map_0(t_external_scanner_symbol_map_array *v);
|
||||
void external_scanner_symbol_map_1(t_external_scanner_symbol_map_array *v);
|
||||
|
||||
#endif // EXTERNAL_SCANNER_SYMBOL_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ void field_map_entries_12(t_field_map_entries_array *v);
|
|||
void field_map_entries_13(t_field_map_entries_array *v);
|
||||
void field_map_entries_14(t_field_map_entries_array *v);
|
||||
|
||||
#endif // FIELD_MAP_ENTRIES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ void field_map_slices_5(t_field_map_slices_array *v);
|
|||
void field_map_slices_6(t_field_map_slices_array *v);
|
||||
void field_map_slices_7(t_field_map_slices_array *v);
|
||||
|
||||
#endif // FIELD_MAP_SLICES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
void field_names_0(t_field_names_array *v);
|
||||
|
||||
#endif // FIELD_NAMES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* 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 */
|
||||
/* Updated: 2024/05/02 14:39:56 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -24,4 +24,4 @@
|
|||
# define MAX_ALIAS_SEQUENCE_LENGTH 8
|
||||
# define PRODUCTION_ID_COUNT 159
|
||||
|
||||
#endif // CONSTANTS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* 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 */
|
||||
/* Updated: 2024/05/02 14:40:04 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -45,4 +45,4 @@ enum e_external_scanner_symbol_identifiers {
|
|||
ts_external_token___error_recovery = 28,
|
||||
};
|
||||
|
||||
#endif // EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* 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 */
|
||||
/* Updated: 2024/05/02 14:40:12 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -35,4 +35,4 @@ enum e_field_identifiers {
|
|||
field_variable = 19,
|
||||
};
|
||||
|
||||
#endif // FIELD_IDENTIFIERS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* 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 */
|
||||
/* Updated: 2024/05/02 14:40:22 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -295,4 +295,4 @@ enum e_symbols {
|
|||
aux_sym__concatenation_in_expansion_repeat1 = 279,
|
||||
};
|
||||
|
||||
#endif // SYMBOLS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ void lex_keywords_array_2(t_lex_keywords_array *v);
|
|||
void lex_keywords_array_3(t_lex_keywords_array *v);
|
||||
void lex_keywords_array_4(t_lex_keywords_array *v);
|
||||
|
||||
#endif // LEX_KEYWORDS_ARRAY_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@
|
|||
# include "../../headers/constants.h"
|
||||
# include "../../../parse_types.h"
|
||||
|
||||
#endif // INLINE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -124,4 +124,4 @@ bool lex_keywords_s95(t_lexer *lexer, t_lexer_state *s);
|
|||
bool lex_keywords_s96(t_lexer *lexer, t_lexer_state *s);
|
||||
bool lex_keywords_default(t_lexer *lexer, t_lexer_state *s);
|
||||
|
||||
#endif // LEX_KEYWORDS_FUNCS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -70,4 +70,4 @@ void lex_normal_array_45(t_lex_normal_array *v);
|
|||
void lex_normal_array_46(t_lex_normal_array *v);
|
||||
void lex_normal_array_47(t_lex_normal_array *v);
|
||||
|
||||
#endif // LEX_NORMAL_ARRAY_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -66,4 +66,4 @@
|
|||
# include "./inline/inline_impl45.h"
|
||||
# include "./inline/inline_impl46.h"
|
||||
|
||||
#endif // INLINE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map84(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL0_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map236(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL1_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map281(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL10_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map286(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL11_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ static inline bool lex_normal_map291(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL12_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map296(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL13_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ static inline bool lex_normal_map401(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL14_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -88,4 +88,4 @@ static inline bool lex_normal_map406(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL15_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -85,4 +85,4 @@ static inline bool lex_normal_map411(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL16_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map416(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL17_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map421(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL18_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map426(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL19_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map241(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL2_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map431(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL20_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -79,4 +79,4 @@ static inline bool lex_normal_map436(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL21_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -74,4 +74,4 @@ static inline bool lex_normal_map441(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL22_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -76,4 +76,4 @@ static inline bool lex_normal_map446(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL23_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -74,4 +74,4 @@ static inline bool lex_normal_map451(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL24_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -71,4 +71,4 @@ static inline bool lex_normal_map456(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL25_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ static inline bool lex_normal_map461(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL26_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ static inline bool lex_normal_map466(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL27_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ static inline bool lex_normal_map471(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL28_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -75,4 +75,4 @@ static inline bool lex_normal_map476(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL29_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map246(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL3_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -74,4 +74,4 @@ static inline bool lex_normal_map485(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL30_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map530(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL31_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map535(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL32_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -83,4 +83,4 @@ static inline bool lex_normal_map540(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL33_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map880(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL34_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map885(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL35_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ static inline bool lex_normal_map890(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL36_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map895(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL37_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ static inline bool lex_normal_map900(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL38_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map905(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL39_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ static inline bool lex_normal_map251(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL4_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map910(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL40_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map915(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL41_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -79,4 +79,4 @@ static inline bool lex_normal_map920(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL42_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -78,4 +78,4 @@ static inline bool lex_normal_map925(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL43_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map930(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL44_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map935(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL45_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -63,4 +63,4 @@ static inline bool lex_normal_map939(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL46_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map256(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL5_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map261(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL6_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -82,4 +82,4 @@ static inline bool lex_normal_map266(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL7_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ static inline bool lex_normal_map271(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL8_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -81,4 +81,4 @@ static inline bool lex_normal_map276(t_lexer *lexer, \
|
|||
return (advance_map_inner(map, sizeof(map) / sizeof(*map), \
|
||||
lexer, s));
|
||||
}
|
||||
#endif // INLINE_IMPL9_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -990,4 +990,4 @@ bool lex_normal_s957(t_lexer *lexer, t_lexer_state *s);
|
|||
bool lex_normal_s958(t_lexer *lexer, t_lexer_state *s);
|
||||
bool lex_normal_default(t_lexer *lexer, t_lexer_state *s);
|
||||
|
||||
#endif // LEX_NORMAL_FUNCS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -405,4 +405,4 @@ void lex_modes_381(t_lex_modes_array *v);
|
|||
void lex_modes_382(t_lex_modes_array *v);
|
||||
void lex_modes_383(t_lex_modes_array *v);
|
||||
|
||||
#endif // LEX_MODES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
void non_terminal_alias_map_0(t_non_terminal_alias_map_array *v);
|
||||
|
||||
#endif // NON_TERMINAL_ALIAS_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -858,4 +858,4 @@ void parse_actions_entries_834(t_parse_actions_entries_array *v);
|
|||
void parse_actions_entries_835(t_parse_actions_entries_array *v);
|
||||
void parse_actions_entries_836(t_parse_actions_entries_array *v);
|
||||
|
||||
#endif // PARSE_ACTIONS_ENTRIES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -2352,4 +2352,4 @@ void parse_table_2328(t_parse_table_array *v);
|
|||
void parse_table_2329(t_parse_table_array *v);
|
||||
void parse_table_2330(t_parse_table_array *v);
|
||||
|
||||
#endif // PARSE_TABLE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -405,4 +405,4 @@ void primary_state_ids_381(t_primary_state_ids_array *v);
|
|||
void primary_state_ids_382(t_primary_state_ids_array *v);
|
||||
void primary_state_ids_383(t_primary_state_ids_array *v);
|
||||
|
||||
#endif // PRIMARY_STATE_IDS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -16241,4 +16241,4 @@ void small_parse_table_16217(t_small_parse_table_array *v);
|
|||
void small_parse_table_16218(t_small_parse_table_array *v);
|
||||
void small_parse_table_16219(t_small_parse_table_array *v);
|
||||
|
||||
#endif // SMALL_PARSE_TABLE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -379,4 +379,4 @@ void small_parse_table_map_355(t_small_parse_table_map_array *v);
|
|||
void small_parse_table_map_356(t_small_parse_table_map_array *v);
|
||||
void small_parse_table_map_357(t_small_parse_table_map_array *v);
|
||||
|
||||
#endif // SMALL_PARSE_TABLE_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ void symbols_metadata_11(t_symbols_metadata_array *v);
|
|||
void symbols_metadata_12(t_symbols_metadata_array *v);
|
||||
void symbols_metadata_13(t_symbols_metadata_array *v);
|
||||
|
||||
#endif // SYMBOLS_METADATA_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ void symbols_names_11(t_symbols_names_array *v);
|
|||
void symbols_names_12(t_symbols_names_array *v);
|
||||
void symbols_names_13(t_symbols_names_array *v);
|
||||
|
||||
#endif // SYMBOLS_NAMES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_alias_sequences_array
|
|||
t_symbol a[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH];
|
||||
} t_alias_sequences_array;
|
||||
|
||||
#endif // TYPE_ALIAS_SEQUENCES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_external_scanner_states_array
|
|||
bool a[131][EXTERNAL_TOKEN_COUNT];
|
||||
} t_external_scanner_states_array;
|
||||
|
||||
#endif // TYPE_EXTERNAL_SCANNER_STATES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_external_scanner_symbol_map_array
|
|||
t_symbol a[EXTERNAL_TOKEN_COUNT];
|
||||
} t_external_scanner_symbol_map_array;
|
||||
|
||||
#endif // TYPE_EXTERNAL_SCANNER_SYMBOL_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_field_map_entries_array
|
|||
t_field_map_entry a[287];
|
||||
} t_field_map_entries_array;
|
||||
|
||||
#endif // TYPE_FIELD_MAP_ENTRIES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_field_map_slices_array
|
|||
t_field_map_slice a[PRODUCTION_ID_COUNT];
|
||||
} t_field_map_slices_array;
|
||||
|
||||
#endif // TYPE_FIELD_MAP_SLICES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_field_names_array
|
|||
const char *a[20];
|
||||
} t_field_names_array;
|
||||
|
||||
#endif // TYPE_FIELD_NAMES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_lex_keywords_array
|
|||
void *a[97];
|
||||
} t_lex_keywords_array;
|
||||
|
||||
#endif // TYPE_LEX_KEYWORDS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_lex_modes_array
|
|||
t_lex_modes a[STATE_COUNT];
|
||||
} t_lex_modes_array;
|
||||
|
||||
#endif // TYPE_LEX_MODES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_lex_normal_array
|
|||
void *a[959];
|
||||
} t_lex_normal_array;
|
||||
|
||||
#endif // TYPE_LEX_NORMAL_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_non_terminal_alias_map_array
|
|||
uint16_t a[5];
|
||||
} t_non_terminal_alias_map_array;
|
||||
|
||||
#endif // TYPE_NON_TERMINAL_ALIAS_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_parse_actions_entries_array
|
|||
t_parse_action_entry a[16731];
|
||||
} t_parse_actions_entries_array;
|
||||
|
||||
#endif // TYPE_PARSE_ACTIONS_ENTRIES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_parse_table_array
|
|||
uint16_t a[LARGE_STATE_COUNT][SYMBOL_COUNT];
|
||||
} t_parse_table_array;
|
||||
|
||||
#endif // TYPE_PARSE_TABLE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_primary_state_ids_array
|
|||
t_state_id a[STATE_COUNT];
|
||||
} t_primary_state_ids_array;
|
||||
|
||||
#endif // TYPE_PRIMARY_STATE_IDS_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_small_parse_table_array
|
|||
uint16_t a[324397];
|
||||
} t_small_parse_table_array;
|
||||
|
||||
#endif // TYPE_SMALL_PARSE_TABLE_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_small_parse_table_map_array
|
|||
uint32_t a[7143];
|
||||
} t_small_parse_table_map_array;
|
||||
|
||||
#endif // TYPE_SMALL_PARSE_TABLE_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_symbols_metadata_array
|
|||
t_symbol_metadata a[280];
|
||||
} t_symbols_metadata_array;
|
||||
|
||||
#endif // TYPE_SYMBOLS_METADATA_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_symbols_names_array
|
|||
const char *a[281];
|
||||
} t_symbols_names_array;
|
||||
|
||||
#endif // TYPE_SYMBOLS_NAMES_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ typedef struct s_unique_symbols_map_array
|
|||
t_symbol a[280];
|
||||
} t_unique_symbols_map_array;
|
||||
|
||||
#endif // TYPE_UNIQUE_SYMBOLS_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ void unique_symbols_map_11(t_unique_symbols_map_array *v);
|
|||
void unique_symbols_map_12(t_unique_symbols_map_array *v);
|
||||
void unique_symbols_map_13(t_unique_symbols_map_array *v);
|
||||
|
||||
#endif // UNIQUE_SYMBOLS_MAP_H
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue