style: norming the header of gmr

This commit is contained in:
Raphael 2024-09-19 11:30:41 +02:00
parent fba538e344
commit 36edf768bf
3 changed files with 9 additions and 6 deletions

View file

@ -6,14 +6,15 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */ /* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */ /* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */ /* Updated: 2024/09/19 11:29:21 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#ifndef EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H #ifndef EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H
# define EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H # define EXTERNAL_SCANNER_SYMBOL_IDENTIFIERS_H
enum e_external_scanner_symbol_identifiers { enum e_external_scanner_symbol_identifiers
{
ts_external_token_file_descriptor = 0, ts_external_token_file_descriptor = 0,
ts_external_token__empty_value = 1, ts_external_token__empty_value = 1,
ts_external_token__concat = 2, ts_external_token__concat = 2,

View file

@ -6,14 +6,15 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */ /* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */ /* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */ /* Updated: 2024/09/19 11:30:05 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#ifndef FIELD_IDENTIFIERS_H #ifndef FIELD_IDENTIFIERS_H
# define FIELD_IDENTIFIERS_H # define FIELD_IDENTIFIERS_H
enum e_field_identifiers { enum e_field_identifiers
{
field_arg = 1, field_arg = 1,
field_args = 2, field_args = 2,
field_body = 3, field_body = 3,

View file

@ -6,14 +6,15 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */ /* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */ /* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */ /* Updated: 2024/09/19 11:29:50 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#ifndef SYMBOLS_H #ifndef SYMBOLS_H
# define SYMBOLS_H # define SYMBOLS_H
enum e_symbols { enum e_symbols
{
sym_word = 1, sym_word = 1,
anon_sym_LBRACE = 2, anon_sym_LBRACE = 2,
anon_sym_RBRACE = 3, anon_sym_RBRACE = 3,