set basic repo structure
This commit is contained in:
4
src/semantic/semantic.cpp
Normal file
4
src/semantic/semantic.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include "semantic.h"
|
||||
int SemanticCheck(std::istream &fin) {
|
||||
;
|
||||
}
|
Reference in New Issue
Block a user