@hackage astview0.1.1

A GTK-based abstract syntax tree viewer for custom languages and parsers

  • 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.