This commit is contained in:
2023-09-20 19:39:31 +02:00
parent 47f2cde673
commit 3a9ec5ecfe
8 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef ANALYZER_H
#define ANALYZER_H
#endif//ANALYZER_H

View File

@@ -0,0 +1,6 @@
#ifndef ASSEMBLING_H
#define ASSEMBLING_H
#endif//ASSEMBLING_H

View File

@@ -0,0 +1,6 @@
#ifndef TOKENIZER_H
#define TOKENIZER_H
#include <string.h>
#endif//TOKENIZER_H