From 2e2e7acf12c1b84eb1d4f0ac28d120a4d0c4a1c4 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 16 Oct 2014 15:00:49 +0000 Subject: Turn the GF compiler into a library. Main program is now in src/programs/gf.hs 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. --- src/programs/gf.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/programs/gf.hs (limited to 'src/programs') diff --git a/src/programs/gf.hs b/src/programs/gf.hs new file mode 100644 index 000000000..1dae54bc7 --- /dev/null +++ b/src/programs/gf.hs @@ -0,0 +1,3 @@ +import qualified GF + +main = GF.main -- cgit v1.2.3