Popularity
5.8
Growing
Activity
0.0
Stable
7
5
3

Monthly Downloads: 61
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Language    
Latest version: v0.11.0.0

language-thrift alternatives and similar packages

Based on the "Language" category.
Alternatively, view language-thrift alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of language-thrift or a related project?

Add another 'Language' Package

README

build-status

language-thrift provides a parser and pretty printer for the Thrift IDL format. In addition to parsing the IDL, it keeps track of Javadoc-style comments (/** ... */) and attaches them to the type, service, function, or field, above which they were added. These are retained when the document is sent through the pretty printer.

The parser uses megaparsec and the pretty printer ansi-wl-pprint. The pretty printer can produce syntax highlighted output.

Haddock-generated docs are available on Hackage and here.