extracted main
This commit is contained in:
parent
8752f4e153
commit
e0b407f8fb
3 changed files with 11 additions and 7 deletions
7
src/main.cpp
Normal file
7
src/main.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "../build/parser.hpp"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Elite::ParserCtx ctx;
|
||||
return ctx.parser->parse();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue