@hackage language-thrift0.1.0.1

Parser for the Thrift IDL format.

language-thrift provides a parser for the Thrift IDL format. The parser is written using trifecta to provide helpful error messages when parsing fails. The parser keeps track of Javadoc-style comments (/** ... */) and associates them with the type, service, function, or field above which they were added.

Documentation is sparse; most of the types are self-explanatory. Haddock-generated docs are available on Hackage and here.