initial code
This commit is contained in:
9
src/main.cpp
Normal file
9
src/main.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "token/type.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
auto eof = TokenType::ILLEGAL;
|
||||
std::cout << eof << std::endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user