Skip to content

[#197] Add ability to automatically generate comments for statements

Ilya Peresadin requested to merge pva/auto-comments into master

Description

For both frontend and backend statements comments can be produced if corresponding level of verbosity is passed. This should improve investigation of code generation issues and analyse of new optimisations, as well it should be the starting point for meta information generation for Indigo debugger.

Related issue(s)

Resolves #197 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Ilya Peresadin

Merge request reports