public visitCustom(expr: AST.CustomExpression): string {
    return `{"$TYPE":"${ASTExpressionTypes.Custom}","body":${expr.value}}`;
  }