realm-js/parser/main.cpp

8 lines
98 B
C++

#include "parser.hpp"
int main( int argc, char ** argv )
{
realm::parser::parse(argv[1]);
}