index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
Infra
/
UseIO.hs
Age
Commit message (
Expand
)
Author
2015-08-13
GF Shell: refactoring for improved modularity and reusability:
hallgren
2014-11-10
Documentation improvements and cleanup relating to the IOE monad
hallgren
2014-11-10
Some work to improve the structure of the haddock documenation
hallgren
2014-10-22
Various small changes for improved documentation
hallgren
2014-10-20
type IOE a = IO a
hallgren
2014-10-16
Turn the GF compiler into a library. Main program is now in src/programs/gf.hs
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-08-25
Experimental: parallel batch compilation of grammars
hallgren
2014-08-13
Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8
hallgren
2014-08-13
Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilation
hallgren
2014-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2014-05-21
in verbosity mode the compiler warns about missing paths
kr.angelov
2013-12-16
GF.Compile.ReadFiles: reduced code duplication
hallgren
2013-11-21
Some more monadic lifting changes
hallgren
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2013-01-28
Better error message for Predef.error
hallgren
2012-12-20
added alltenses to the default search path (just like prelude)
aarne
2012-11-08
Eliminate warnings about deprecated use of catch and try
hallgren
2012-10-23
cleanup
hallgren
2012-09-25
Use the SIO monad in the GF shell
hallgren
2012-08-29
Use nub' instead of nub in some places, remove some unused nub imports
peter.ljunglof
2012-02-20
GF.Inra.UseIO: add instance Functor IOE, add method fail to instance Monad IOE
hallgren
2011-11-15
more structured format for errors and warnings from the compiler
kr.angelov
2011-04-13
GF.Infra.UseIO: add functions readBinaryFile & writeBinaryFile
hallgren
2011-03-03
GF shell restricted mode
hallgren
2010-04-28
wf,vt,vp,vd,aw should store files in utf8
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir