@hackage astview0.1

View abstract syntax trees for your custom languages and parsers in a graphical (GTK+) application

  • Categories

    • License

      BSD-4-Clause

    • Maintainer

      Sebastian Menge <sebastian.menge@udo.edu>

    • Versions

    Astview is a graphical viewer for abstract syntax trees. It is implemented on the basis of scrap-your-boilerplate (i.e. data2tree) and works with all parsers that generate trees that are instances of the Data.Data class. Custom parsers can be dynamically loaded (via package hint) at startup.