About

Metadata

  • Last updated , by brentlintner
  • License LicenseRef-OtherLicense
  • Maintained by: Brent Lintner <brent.lintner@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

Synt.hs

Hackage

This is the Haskell implementation of Synt.

Supported Languages
  • Haskel

For more languages, see the top level Synt project.

Installation
cabal install synt
Usage
synt -h
Reading In Files
synt -c Foo.hs -t Bar.hs
Comparing Strings
synt -s -c "x = x ^ 2" -t "x = x * 2"
Hacking
cabal sandbox init
./bin/configure 1
./bin/build 1
Testing

This is your go to:

cabal configure --enable-tests
cabal test

This also runs the tests without compiling, etc:

./bin/test
Using In Code

This is a TODO. :-)

In the meantime, please figure out at your own risk, or use the top level project.