Sceleton
This commit is contained in:
6
bfpcompiler/include/analyzer.h
Normal file
6
bfpcompiler/include/analyzer.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef ANALYZER_H
|
||||
#define ANALYZER_H
|
||||
|
||||
|
||||
|
||||
#endif//ANALYZER_H
|
||||
6
bfpcompiler/include/assembling.h
Normal file
6
bfpcompiler/include/assembling.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef ASSEMBLING_H
|
||||
#define ASSEMBLING_H
|
||||
|
||||
|
||||
|
||||
#endif//ASSEMBLING_H
|
||||
6
bfpcompiler/include/tokenizer.h
Normal file
6
bfpcompiler/include/tokenizer.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef TOKENIZER_H
|
||||
#define TOKENIZER_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#endif//TOKENIZER_H
|
||||
Reference in New Issue
Block a user