main: Make eval the default mode
This commit is contained in:
parent
55fb3c6345
commit
b033983d52
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ exit:
|
|||
int
|
||||
main(int argc, const char **argv)
|
||||
{
|
||||
enum repl_mode mode = REPL_PARSER;
|
||||
enum repl_mode mode = REPL_EVAL;
|
||||
|
||||
if (argc > 1) {
|
||||
if (apfl_string_eq(argv[1], "tokenizer")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue