Removed line single comments bc no asni c lol

This commit is contained in:
Maieul BOYER 2024-05-02 15:02:38 +02:00
parent 9d8139e035
commit ebaa4dd822
No known key found for this signature in database
95 changed files with 107 additions and 99 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -24,4 +24,4 @@ typedef struct s_field_names_array
const char *a[20];
} t_field_names_array;
#endif // TYPE_FIELD_NAMES_H
#endif

View file

@ -24,4 +24,4 @@ typedef struct s_lex_keywords_array
void *a[97];
} t_lex_keywords_array;
#endif // TYPE_LEX_KEYWORDS_H
#endif

View file

@ -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

View file

@ -24,4 +24,4 @@ typedef struct s_lex_normal_array
void *a[959];
} t_lex_normal_array;
#endif // TYPE_LEX_NORMAL_H
#endif

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -24,4 +24,4 @@ typedef struct s_symbols_names_array
const char *a[281];
} t_symbols_names_array;
#endif // TYPE_SYMBOLS_NAMES_H
#endif

View file

@ -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