Generate parse tables and code using pre-processed grammars
This commit is contained in:
parent
2621f06315
commit
2afd8843dc
27 changed files with 272 additions and 285 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
char *args[] = {nullptr, (char *)"--no-color"};
|
||||
return bandit::run(2, args);
|
||||
const char *args[] = {
|
||||
"",
|
||||
"--no-color",
|
||||
"--only="
|
||||
"",
|
||||
};
|
||||
return bandit::run(4, const_cast<char **>(args));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue