10 lines
182 B
C
10 lines
182 B
C
#ifndef COMPUTORV1_H
|
|
#define COMPUTORV1_H
|
|
|
|
#include "libft.h"
|
|
#include "lexer.h"
|
|
#include "parser.h"
|
|
#include "errors.h"
|
|
#include <stdio.h> // tmp for printf, for float debug
|
|
|
|
#endif |