Initial compiler entry.
This commit is contained in:
parent
a95439d419
commit
be0af2e6a7
7 changed files with 31 additions and 2 deletions
5
test/compiler/TestLexer.cpp
Normal file
5
test/compiler/TestLexer.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue