/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lexer.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/23 19:51:24 by maiboyer #+# #+# */ /* Updated: 2024/04/24 23:03:33 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LEXER_H #define LEXER_H #include #include #ifndef TREE_SITTER_API_H_ typedef uint16_t t_state_id; typedef uint16_t t_symbol; typedef uint16_t t_field_id; typedef struct s_language t_language; #endif #endif /* LEXER_H */