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 지금은 컴퓨터가 아닌 다른 빌드해야한다 저자. 원래는 배포되지되었다 바이너리 프로그램을 사용하는 시스템을 빌드합니다. 이 프로그램에 대한 의존성을 제거되었습니다.
Tags: Major bugfixes
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.

2004-08-10 02:36
0.1

Tags: Initial freshmeat announcement

Project Resources