first commit

This commit is contained in:
Arthur Barraux
2025-06-02 10:27:04 +02:00
commit 04464ec2e7
11 changed files with 819 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef LEXER_H_
#define LEXER_H_
#include "data.h"
token_t next_token(lexer_t *lexer);
#endif