Update
This commit is contained in:
parent
4d460e4fa5
commit
7e14390441
3 changed files with 20 additions and 8 deletions
|
|
@ -6,21 +6,16 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/25 19:30:30 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/25 20:28:33 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/05/25 20:42:26 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef AST_H
|
||||
#define AST_H
|
||||
|
||||
#include "me/types.h"
|
||||
#include "ast/forward.h"
|
||||
|
||||
#ifndef TYPES_H
|
||||
typedef unsigned int t_usize;
|
||||
typedef int t_isize;
|
||||
typedef char *t_str;
|
||||
#endif
|
||||
|
||||
/// @brief Node types enumeration
|
||||
/// @details This enumeration is used to identify the type of a node
|
||||
typedef enum e_ast_type
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* build_ast.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/25 20:41:33 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/25 20:41:48 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "ast/ast.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue