cleenup
This commit is contained in:
27
test/parsing.h
Normal file
27
test/parsing.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parsing.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: nalebrun <nalebrun@student.s19.be> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/01/24 14:45:28 by nalebrun #+# #+# */
|
||||
/* Updated: 2025/01/24 14:45:28 by nalebrun ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef PARSING_H
|
||||
# define PARSING_H
|
||||
|
||||
# define DEBUG 1
|
||||
|
||||
# include "tokenizer/tokenizer.h"
|
||||
# include "ast/ast.h"
|
||||
|
||||
// drawio
|
||||
# include "drawio/drawio.h"
|
||||
|
||||
// tmp_env
|
||||
char **init_env(char **envp);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user