egison/egison

Add --debug flag to show desugared AST

Opened this issue · 0 comments

It'd be nice to have a flag like --debug that shows

  • Parsed result of the input (of type Expr)
  • Desugared result of the parsed input (of type IExpr)