#include "../build/parser.hpp" int main(int argc, char *argv[]) { Elite::ParserCtx ctx; return ctx.parser->parse(); }