Download List

專案描述

In Haskell, data type declarations, Parsec
parsers, and HughesPJ pretty-printers very much
resemble each other; supplying all three is
virtuous, but involves a large amount of code
duplication. syntran is a code generator designed
to reduce the amount of duplication. Its source is
similar to a Parsec LanguageDef-using parser,
annotated with the unique information from the
data type declaration and the pretty-printer which
would normally not be found in a parser. It
separates this information out to generate pure
Haskell.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-01 16:17
0.1.1

syntran should now build on computers other than
the author's. The originally build system used a
binary program which was not distributed. The
dependency on this program has been removed.
標籤: Major bugfixes

2004-08-10 02:36
0.1

標籤: Initial freshmeat announcement

Project Resources