Removed more files
This commit is contained in:
parent
f8fca53ae6
commit
1b2f2d6d1b
130 changed files with 8363 additions and 12489 deletions
60
parser/static/alias_sequences/alias_sequences.c
Normal file
60
parser/static/alias_sequences/alias_sequences.c
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* alias_sequences.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* 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 */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../types/type_alias_sequences.h"
|
||||
#include "../headers/symbols.h"
|
||||
#include "../headers/external_scanner_symbol_identifiers.h"
|
||||
#include "../headers/field_identifiers.h"
|
||||
|
||||
#include "../headers/constants.h"
|
||||
|
||||
static const \
|
||||
t_alias_sequences_array g_t_alias_sequences_array = {.a = {
|
||||
[6] = {
|
||||
[1] = anon_sym_AT,
|
||||
},
|
||||
[7] = {
|
||||
[0] = anon_sym_AT,
|
||||
},
|
||||
[21] = {
|
||||
[1] = sym_string_content,
|
||||
},
|
||||
[23] = {
|
||||
[0] = anon_sym_AT,
|
||||
},
|
||||
[25] = {
|
||||
[1] = anon_sym_AT,
|
||||
},
|
||||
[37] = {
|
||||
[2] = sym_string_content,
|
||||
},
|
||||
[38] = {
|
||||
[3] = sym_word,
|
||||
},
|
||||
[39] = {
|
||||
[0] = sym_regex,
|
||||
},
|
||||
[42] = {
|
||||
[1] = anon_sym_AT,
|
||||
},
|
||||
[50] = {
|
||||
[0] = sym_word,
|
||||
},
|
||||
[61] = {
|
||||
[1] = sym_word,
|
||||
},
|
||||
}};
|
||||
|
||||
const t_alias_sequences_array *create_alias_sequences(void)
|
||||
{
|
||||
return (&g_t_alias_sequences_array);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue