summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Main.hs
AgeCommit message (Collapse)Author
2014-10-20Some small documentation improvementshallgren
2014-10-16Turn the GF compiler into a library. Main program is now in src/programs/gf.hshallgren
The module src/compiler/GF.hs now serves as a prelimiary compiler API. It just exports a selection of functions and types from the compiler. Haddock documentation can be generated with cabal haddock --hyperlink-source Also bumbed the version number to 3.6.10.