tree-sitter/spec/compiler/compiler_specs.cc
2014-03-26 08:23:13 -07:00

11 lines
254 B
C++

#include "compiler_spec_helper.h"
int main(int argc, char *argv[]) {
const char *args[] = {
"",
"--no-color",
"--only="
"compiles the javascript grammar"
};
return bandit::run(4, const_cast<char **>(args));
}