2008-12-10 haftmann 2008-12-10 removed tools direcotry nicta
2008-12-10 haftmann 2008-12-10 removed bin/import_only nicta
2008-12-09 Patrick Bahr 2008-12-09 created XML Schema describing the XML configuarion file format nicta
2008-12-09 Patrick Bahr 2008-12-09 merge nicta
2008-12-08 Patrick Bahr 2008-12-08 custom theories get renamed properly now nicta
2008-12-04 Patrick Bahr 2008-12-04 minor bug fixes nicta
2008-12-04 Patrick Bahr 2008-12-04 fixed translation of as-patterns nicta
2008-12-01 Patrick Bahr 2008-12-01 changed translation of labelled field syntax: * primrec defintion for accessor functions * removed "arbitrary"-equations * changed update syntax translation (using update functions) nicta
2008-11-30 Patrick Bahr 2008-11-30 fixed guard translation (it's now incomplete) nicta
2008-11-30 Patrick Bahr 2008-11-30 included explicit LANGUAGE pragmas where needed nicta
2008-10-26 Patrick Bahr 2008-10-26 fixed dependency checking bug nicta
2008-10-25 Patrick Bahr 2008-10-25 some bug fixes + revised examples nicta
2008-10-24 Patrick Bahr 2008-10-24 added explicit default line that delivers arbitrary on constructors without the considered field nicta
2008-10-24 Patrick Bahr 2008-10-24 changed some names nicta
2008-10-23 Patrick Bahr 2008-10-23 monadic environment updates nicta
2008-10-22 Patrick Bahr 2008-10-22 implemented dependency checking of fields and constructors nicta
2008-10-22 Patrick Bahr 2008-10-22 implemented translations of mutual recursive data types nicta
2008-10-20 Patrick Bahr 2008-10-20 exteded record translation to support common fields nicta
2008-10-20 Patrick Bahr 2008-10-20 translation of record style data constructors implemented nicta
2008-10-17 Patrick Bahr 2008-10-17 reimplemented loading of imported modules now modules are not any more translated several times if they are imported several times nicta
2008-10-16 Patrick Bahr 2008-10-16 implemented translation of type declarations (aka type synonyms) nicta
2008-10-16 Patrick Bahr 2008-10-16 implemented preprocessing of closures rewrote some code using Data.Generics.Env nicta
2008-10-14 Patrick Bahr 2008-10-14 added support for replacing and accumulating environments nicta
2008-10-14 Patrick Bahr 2008-10-14 added support for environment passing to SYB nicta
2008-10-04 Patrick Bahr 2008-10-04 documented the TH generator combinators nicta
2008-10-04 Patrick Bahr 2008-10-04 documented Configuration.hs nicta
2008-10-03 Patrick Bahr 2008-10-03 added support for unit type nicta
2008-10-03 Patrick Bahr 2008-10-03 added ad-hoc handling of lifts: * lifts can be declared in the config * added cabal files nicta
2008-10-02 Patrick Bahr 2008-10-02 added ad-hoc monad translation: * configurability extended to allow customisation of how monadic code is translated * added some example modules for monads, shadowing, closures and let bindings * now supports the $ operator * configurable translation of do expressions nicta
2008-09-29 Patrick Bahr 2008-09-29 removed Testing.hs nicta
2008-09-29 Patrick Bahr 2008-09-29 implemented custom module importing (not thoroughly tested though) nicta
2008-09-24 Patrick Bahr 2008-09-24 extended configuration system: * customisations are passed to the lexical analysis (though not used yet) through reader monad nicta
2008-09-23 Patrick Bahr 2008-09-23 added configuration system: * parsing of configuration files * main takes now a configuration file as an argument that has all necessary information * customisation of translation is not yet implemented nicta
2008-09-19 Patrick Bahr 2008-09-19 merged nicta
2008-09-19 Patrick Bahr 2008-09-19 added comments nicta
2008-09-19 Patrick Bahr 2008-09-19 QuickCheck generators + properties; comments; monads * hide monads behind newtype definitions * further comments added * template haskell code for generating quickcheck data generators * QuickCheck generators added using template functions * some quickcheck properties (in Preprocess.hs) - nothing really fancy, just to get used to quickcheck nicta
2008-09-19 Patrick Bahr 2008-09-19 removed automatic analysis of dependencies from all build targets since it touches all source files hence a manual call "make depend" is necessary if structure changes nicta
2008-09-17 Patrick Bahr 2008-09-17 QuickCheck + comments_ * stated to integrate QuickCheck * wrote template functions to generate QuickCheck generators * added further comments nicta
2008-09-11 Patrick Bahr 2008-09-11 removed debugging code nicta
2008-09-11 Patrick Bahr 2008-09-11 merged nicta
2008-09-11 Patrick Bahr 2008-09-11 made compatible with haddock 2 nicta
2008-09-10 Patrick Bahr 2008-09-10 merged
2008-09-09 Patrick Bahr 2008-09-09 added comments
2008-09-09 Patrick Bahr 2008-09-09 added comments; restructuring
2008-09-09 Patrick Bahr 2008-09-09 makefile: bugfixes, dirs changed
2008-09-09 Patrick Bahr 2008-09-09 restructured makefile: * added further abstraction from names and directories * added target to generate haddock implementation documentaion * added target to build optimised binary * added comments * added targets to create necessary directories
2008-09-09 Patrick Bahr 2008-09-09 added script to only _import_ Haskell files
2008-09-09 Patrick Bahr 2008-09-09 Main restructured; import functions restructured
2008-09-05 Patrick Bahr 2008-09-05 commented LexEnv; haddock added to makefile
2008-09-04 Patrick Bahr 2008-09-04 added comments to LexEnv
2008-09-01 Patrick Bahr 2008-09-01 merge
2008-09-01 Patrick Bahr 2008-09-01 changed ConversionUnit type; implemented preprocessing output function nicta
2008-08-31 Patrick Bahr 2008-08-31 fixed and beautified the makefile nicta
2008-08-31 Patrick Bahr 2008-08-31 restructuring; makefile * moved entry point for executable to the new file Main.hs * remove interface file * added makefile nicta
2008-08-29 Patrick Bahr 2008-08-29 adding tools * Parsing * unlit nicta
2008-12-08 Tobias Ritweiler 2008-12-08 merge
2008-12-08 Tobias Ritweiler 2008-12-08 changed import to Main
2008-12-08 haftmann 2008-12-08 checks for doc-src explicitly
2008-12-08 haftmann 2008-12-08 backported to Isabelle 2008
2008-12-08 haftmann 2008-12-08 stubs for regression infrastructure