@hackage / astview

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

Version Deprecated package0.1.4

About

Metadata

  • Last updated , by SebastianMenge
  • License BSD-4-Clause
  • Maintained by: Sebastian Menge <sebastian.menge@udo.edu>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

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.

For installation you need gtk2hs and hscolour before. The latter will not be automatically installed by cabal since it is used by Setup.hs.