Made "expr" command a synonym for "parse"
This commit is contained in:
parent
16f799767c
commit
2c65b95e49
1 changed files with 2 additions and 0 deletions
|
|
@ -1473,6 +1473,8 @@ expr_t::ptr_op_t report_t::lookup(const symbol_t::kind_t kind,
|
|||
case 'e':
|
||||
if (is_eq(p, "eval"))
|
||||
return WRAP_FUNCTOR(eval_command);
|
||||
else if (is_eq(p, "expr"))
|
||||
return WRAP_FUNCTOR(parse_command);
|
||||
break;
|
||||
case 'f':
|
||||
if (is_eq(p, "format"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue