init parser

This commit is contained in:
hugogogo
2026-04-30 23:19:14 +02:00
parent 7a30dcc345
commit 512ba9b5f4
7 changed files with 70 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
#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