#ifndef COMPUTORV1_H #define COMPUTORV1_H #include "libft.h" #include "lexer.h" #include "parser.h" #include "errors.h" #include // tmp for printf, for float debug #endif